Forum OpenACS Development: Re: Scheduling/Unscheduling procedure

Error in include template "/var/www/openacs/packages/openacs-bootstrap3-theme/resources/templates/packages/forums/lib/search/search-form": can't read "form:id": no such variable
Collapse
Posted by Christian Brechbuehler on
I entered a suggestion in bugtracker. It suggests recording (and passing through) the id that ad_schedule_proc gets from ns_schedule_proc, rather than throwing it away. I will provide a patch that implements it shortly. However, I won't apply such a change before someone more experienced reviews and approves my contribution.

That said, Dennis Khitrov's suggestion of relying on AOLserver's functionality, specifically the undocumented [ns_info scheduled], has a lot of appeal. It would be simpler and more robust than then current solution. But it would be a bigger change.