Index: openacs-4/contrib/obsolete-packages/acs-workflow/www/admin/task-panel-edit.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/acs-workflow/www/admin/task-panel-edit.xql,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/obsolete-packages/acs-workflow/www/admin/task-panel-edit.xql 3 May 2001 01:14:21 -0000 1.1 +++ openacs-4/contrib/obsolete-packages/acs-workflow/www/admin/task-panel-edit.xql 19 Nov 2001 18:29:29 -0000 1.2 @@ -20,12 +20,14 @@ select p.header, - p.template_url + p.template_url, + p.overrides_action_p, + p.only_display_when_started_p from wf_context_task_panels p where p.workflow_key = :workflow_key and p.transition_key = :transition_key and p.context_key = :context_key - and p.sort_key = :sort_key + and p.sort_order = :sort_order