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 -N -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 }