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