Changeset 455


Ignore:
Timestamp:
31 Aug 2006, 11:39:10 (18 years ago)
Author:
joachim
Message:

changed StudentsFolder? and StudentStudyCourse? WF to section_folder_wf
added transition create_content to waeup_student_wf

Location:
WAeUP_SRP/trunk/profiles/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/workflows.xml

    r454 r455  
    9393  </type>
    9494  <type type_id="StudentStudyCourse">
    95    <bound-workflow workflow_id="waeup_student_wf"/>
     95   <bound-workflow workflow_id="section_folder_wf"/>
    9696  </type>
    9797  <type type_id="StudentsFolder">
    98    <bound-workflow workflow_id="waeup_student_wf"/>
     98   <bound-workflow workflow_id="section_folder_wf"/>
    9999  </type>
    100100  <type type_id="StudyLevel">
  • WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml

    r451 r455  
    3232 </state>
    3333 <state state_id="created" title="">
     34  <exit-transition transition_id="create_content"/>
    3435  <exit-transition transition_id="enter_admission_pin"/>
    3536  <exit-transition transition_id="open"/>
     
    6061  <exit-transition transition_id="reject_admission"/>
    6162 </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>
    6268 <transition transition_id="admit" title=""
    6369             new_state="admitted" trigger="USER"
     
    96102  <guard>
    97103  </guard>
     104  <transition-behavior behavior_id="allow-sub-create"/>
    98105  <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"/>
    99115 </transition>
    100116 <transition transition_id="enter_admission_pin" title=""
     
    159175   <guard-role>SectionManager</guard-role>
    160176   <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>
    161184  </guard>
    162185 </transition>
Note: See TracChangeset for help on using the changeset viewer.