Index: openacs-4/packages/curriculum/lib/curriculum-ave.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum/lib/curriculum-ave.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/curriculum/lib/curriculum-ave.tcl 28 Jun 2003 09:30:04 -0000 1.5 +++ openacs-4/packages/curriculum/lib/curriculum-ave.tcl 1 Jul 2003 11:53:36 -0000 1.6 @@ -154,7 +154,7 @@ {comment:richtext {mode $element_mode} {label "Workflow Log"} - {help_text "Comment your action"} + {help_text "Comments on workflow actions."} {html {rows 5 cols 50 wrap soft}} optional } @@ -259,7 +259,6 @@ -desc_format [template::util::richtext::get_property format $description] \ -comment [template::util::richtext::get_property contents $comment] \ -comment_format [template::util::richtext::get_property format $comment] \ - -owner_id $owner_id \ -action_id $action_id \ -array curriculum_array Index: openacs-4/packages/curriculum/tcl/curriculum-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum/tcl/curriculum-procs.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/curriculum/tcl/curriculum-procs.tcl 28 Jun 2003 09:30:03 -0000 1.3 +++ openacs-4/packages/curriculum/tcl/curriculum-procs.tcl 1 Jul 2003 11:53:36 -0000 1.4 @@ -91,7 +91,6 @@ {-desc_format "text/plain"} {-comment ""} {-comment_format "text/html"} - -owner_id:required -action_id:required -array:required {-entry_id {}} @@ -105,7 +104,6 @@ @param desc_format The format of the description. Current formats are: text/enhanced text/plain text/html text/fixed-width @param comment Comment on the action taken on the curriculum. @param comment_format The format of the comment. Current formats are: text/enhanced text/plain text/html text/fixed-width - @param owner_id The new owner (party_id). @return Nothing. @@ -360,9 +358,9 @@ pretty_name "Reject" pretty_past_tense "Rejected" new_state "rejected" - allowed_roles { publisher } + assigned_role { publisher } + enabled_states { authored edited } privileges { write } - always_enabled_p t edit_fields { comment } Index: openacs-4/packages/curriculum/tcl/curriculum-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum/tcl/curriculum-procs.xql,v diff -u -r1.1 -r1.2 --- openacs-4/packages/curriculum/tcl/curriculum-procs.xql 3 Jun 2003 10:28:20 -0000 1.1 +++ openacs-4/packages/curriculum/tcl/curriculum-procs.xql 1 Jul 2003 11:53:36 -0000 1.2 @@ -6,8 +6,7 @@ update cu_curriculums set name = :name, description = :description, - desc_format = :desc_format, - owner_id = :owner_id + desc_format = :desc_format where curriculum_id = :curriculum_id