Ignore:
Timestamp:
15 Nov 2006, 17:30:45 (18 years ago)
Author:
joachim
Message:

added owner_guard and clearance_officer_guard
modified waeup_student_wf to use those.

File:
1 edited

Legend:

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

    r869 r870  
    102102
    103103  <guard>
    104    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     104   <guard-expression>here/clearance_officer_guard</guard-expression>
    105105  </guard>
    106106 </transition>
     
    110110
    111111  <guard>
    112    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     112   <guard-expression>here/owner_guard</guard-expression>
    113113  </guard>
    114114 </transition>
     
    118118
    119119  <guard>
    120    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     120   <guard-expression>here/clearance_officer_guard</guard-expression>
    121121  </guard>
    122122 </transition>
     
    135135
    136136  <guard>
    137    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     137   <guard-expression>here/owner_guard</guard-expression>
    138138  </guard>
    139139  <transition-behavior behavior_id="allow-sub-create"/>
     
    144144
    145145  <guard>
    146    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     146   <guard-expression>here/owner_guard</guard-expression>
    147147  </guard>
    148148 </transition>
     
    152152
    153153  <guard>
    154    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     154   <guard-expression>here/owner_guard</guard-expression>
    155155  </guard>
    156156 </transition>
     
    160160
    161161  <guard>
    162    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     162   <guard-expression>here/owner_guard</guard-expression>
    163163  </guard>
    164164 </transition>
     
    168168
    169169  <guard>
    170    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     170   <guard-expression>here/clearance_officer_guard</guard-expression>
    171171  </guard>
    172172 </transition>
     
    176176
    177177  <guard>
    178    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     178   <guard-expression>here/clearance_officer_guard</guard-expression>
    179179  </guard>
    180180 </transition>
     
    184184
    185185  <guard>
    186    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     186   <guard-expression>here/clearance_officer_guard</guard-expression>
    187187  </guard>
    188188 </transition>
     
    192192
    193193  <guard>
    194    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     194   <guard-expression>here/clearance_officer_guard</guard-expression>
    195195  </guard>
    196196 </transition>
     
    200200
    201201  <guard>
    202    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     202   <guard-expression>here/clearance_officer_guard</guard-expression>
    203203  </guard>
    204204 </transition>
     
    208208
    209209  <guard>
    210    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     210   <guard-expression>here/clearance_officer_guard</guard-expression>
    211211  </guard>
    212212 </transition>
     
    216216
    217217  <guard>
    218    <guard-expression>python: context.student_wf_guard(transition,state_change)</guard-expression>
     218   <guard-expression>here/owner_guard</guard-expression>
    219219  </guard>
    220220 </transition>
Note: See TracChangeset for help on using the changeset viewer.