Ignore:
Timestamp:
27 Oct 2006, 16:35:27 (18 years ago)
Author:
joachim
Message:

added request_clearance

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

Legend:

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

    r761 r766  
    241241              title="Apply for PUME" priority="2"
    242242              icon_expr="bell.png"/>
     243 <action-icon category="student" action_id="request_clearance"
     244              title="Apply for PUME" priority="3"
     245              icon_expr="bell.png"/>
    243246 <action-icon category="student" action_id="reserve_accommodation"
    244247              title="Book Hostel" priority="3"
  • WAeUP_SRP/trunk/profiles/default/actions.xml

    r759 r766  
    138138   <permission>View</permission>
    139139  </action>
     140  <action title="Request Clearance" action_id="request_clearance"
     141     category="student" condition_expr="not:member"
     142     url_expr="string:${portal_url}/request_clearance"
     143     visible="True">
     144   <permission>View</permission>
     145  </action>
    140146  <action title="Book Hostel" action_id="reserve_accommodation"
    141147     category="student" condition_expr="member"
  • WAeUP_SRP/trunk/profiles/default/layouts/student_application_fe.xml

    r710 r766  
    3636  <property name="hidden_layout_modes"/>
    3737  <property name="hidden_readonly_layout_modes"/>
    38   <property name="prefix">APP</property>
     38  <property name="prefix">CLR</property>
    3939  <property name="reference">jamb_reg_no</property>
    4040  </widget>
  • WAeUP_SRP/trunk/profiles/default/layouts/student_clearance_fe.xml

    r488 r766  
    655655 <table>
    656656  <row>
     657   <cell name="clr_ac_pin"/>
     658  </row>
     659  <row>
     660   <cell name="entry_date"/>
     661  </row>
     662  <row>
     663   <cell name="entry_session"/>
     664  </row>
     665  <row>
     666   <cell name="email"/>
     667  </row>
     668  <row>
     669   <cell name="passport"/>
     670  </row>
     671  <row>
    657672   <cell name="lga"/>
    658673  </row>
    659674  <row>
    660675   <cell name="nationality"/>
     676  </row>
     677  <row>
     678   <cell name="matric_no"/>
     679  </row>
     680  <row>
     681   <cell name="birthday"/>
     682  </row>
     683  <row>
     684   <cell name="birth_certificate"/>
    661685  </row>
    662686 </table>
  • WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml

    r754 r766  
    2828 </state>
    2929 <state state_id="clearance_pin_entered" title="">
    30   <exit-transition transition_id="request_clearence"/>
     30  <exit-transition transition_id="request_clearance"/>
     31  <permission-map name="Modify portal content"
     32                  acquired="True">
     33  </permission-map>
    3134 </state>
    3235 <state state_id="cleared_and_validated" title="">
    3336  <exit-transition transition_id="create_content"/>
    3437 </state>
    35  <state state_id="clearence_requested" title="">
     38 <state state_id="clearance_requested" title="">
    3639  <exit-transition transition_id="clear_and_validate"/>
    3740  <exit-transition transition_id="reject_clearance"/>
     41  <permission-map name="Modify portal content"
     42                  acquired="True">
     43  </permission-map>
    3844 </state>
    3945 <state state_id="deferred" title="">
     
    5056 </state>
    5157 <state state_id="student_created" title="">
     58  <exit-transition transition_id="admit"/>
    5259  <exit-transition transition_id="clear_and_validate"/>
    5360  <exit-transition transition_id="create_content"/>
     
    184191  </guard>
    185192 </transition>
    186  <transition transition_id="request_clearence" title=""
    187              new_state="clearence_requested" trigger="USER"
     193 <transition transition_id="request_clearance" title=""
     194             new_state="clearance_requested" trigger="USER"
    188195             before_script="" after_script="">
    189196 
Note: See TracChangeset for help on using the changeset viewer.