Changeset 455 for WAeUP_SRP/trunk
- Timestamp:
- 31 Aug 2006, 11:39:10 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/workflows.xml
r454 r455 93 93 </type> 94 94 <type type_id="StudentStudyCourse"> 95 <bound-workflow workflow_id=" waeup_student_wf"/>95 <bound-workflow workflow_id="section_folder_wf"/> 96 96 </type> 97 97 <type type_id="StudentsFolder"> 98 <bound-workflow workflow_id=" waeup_student_wf"/>98 <bound-workflow workflow_id="section_folder_wf"/> 99 99 </type> 100 100 <type type_id="StudyLevel"> -
WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml
r451 r455 32 32 </state> 33 33 <state state_id="created" title=""> 34 <exit-transition transition_id="create_content"/> 34 35 <exit-transition transition_id="enter_admission_pin"/> 35 36 <exit-transition transition_id="open"/> … … 60 61 <exit-transition transition_id="reject_admission"/> 61 62 </state> 63 <state state_id="rejected" title=""> 64 </state> 65 <state state_id="sleeping_mode" title=""> 66 <exit-transition transition_id="enter_admission_pin"/> 67 </state> 62 68 <transition transition_id="admit" title="" 63 69 new_state="admitted" trigger="USER" … … 96 102 <guard> 97 103 </guard> 104 <transition-behavior behavior_id="allow-sub-create"/> 98 105 <transition-behavior behavior_id="initial-create"/> 106 </transition> 107 <transition transition_id="create_content" title="" 108 new_state="" trigger="USER" before_script="" 109 after_script=""> 110 111 <guard> 112 </guard> 113 <transition-behavior behavior_id="allow-sub-create"/> 114 <transition-behavior behavior_id="allow-sub-delete"/> 99 115 </transition> 100 116 <transition transition_id="enter_admission_pin" title="" … … 159 175 <guard-role>SectionManager</guard-role> 160 176 <guard-role>AdmissionOfficer</guard-role> 177 </guard> 178 </transition> 179 <transition transition_id="reject" title="" 180 new_state="rejected" trigger="USER" 181 before_script="" after_script=""> 182 183 <guard> 161 184 </guard> 162 185 </transition>
Note: See TracChangeset for help on using the changeset viewer.