Changeset 1376
- Timestamp:
- 09/02/08 16:51:49 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pleiades.policy/trunk/pleiades/policy/profiles/default/workflows/pleiades_entity_workflow/definition.xml
r1262 r1376 113 113 114 114 <transition transition_id="publish" new_state="published" 115 title=" Reviewer makes content available externally"115 title="Publish" 116 116 trigger="USER" 117 117 before_script="" after_script="" … … 127 127 </guard> 128 128 </transition> 129 <transition transition_id="reject" new_state="drafting"129 <transition transition_id="reject" new_state="drafting" 130 130 title="Send back" 131 131 trigger="USER" … … 143 143 </transition> 144 144 <transition transition_id="retract" new_state="drafting" 145 title=" Member retractssubmission"145 title="Retract submission" 146 146 trigger="USER" 147 147 before_script="" after_script="" … … 158 158 </transition> 159 159 <transition transition_id="submit" new_state="pending" 160 title="Submit for publication"160 title="Submit for review" 161 161 trigger="USER" 162 162 before_script="" after_script="" … … 167 167 <action url="%(content_url)s/content_status_modify?workflow_action=submit" 168 168 category="workflow" 169 i18n:translate="">Submit for publication</action>169 i18n:translate="">Submit for review</action> 170 170 <guard> 171 171 <guard-permission>Request review</guard-permission>
