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