Ignore:
Timestamp:
16 Dec 2009, 09:56:53 (15 years ago)
Author:
Henrik Bettermann
Message:

restore the final accommodation object when reimporting the data into the alumni portal

Location:
WAeUP_SRP/trunk/profiles
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/schemas/import_student.xml

    r3987 r4558  
    4545 <field name="disabled" meta_type="CPS Boolean Field"/>
    4646 
     47 <field name="acco_maint_date" meta_type="CPS DateTime Field"/>
     48 <field name="acco_maint_code" meta_type="CPS String Field"/>
     49 <field name="acco_maint_fee" meta_type="CPS String Field"/>
     50 <field name="acco_maint_sc_pin" meta_type="CPS String Field"/>
     51 <field name="acco_maint_pay_id" meta_type="CPS String Field"/>
     52 <field name="acco_res_date" meta_type="CPS DateTime Field"/>
     53 <field name="acco_res_sc_pin" meta_type="CPS String Field"/>
     54 <field name="bed" meta_type="CPS String Field"/>
     55 <field name="session" meta_type="CPS String Field"/>
     56 <field name="student_status" meta_type="CPS String Field"/> 
     57 
    4758 <field name="password" meta_type="CPS String Field"/>
    4859</object>
  • WAeUP_SRP/trunk/profiles/default/vocabularies/searchable_student_states.xml

    r3689 r4558  
    77 <property name="acl_write_roles">Manager</property>
    88 <item key="all" msgid="">all states</item>
     9 <item key="graduated" msgid="">graduated</item>
    910 <item key="returning" msgid="">returning</item>
    1011 <item key="school_fee_paid" msgid="">school fee paid</item>
  • WAeUP_SRP/trunk/profiles/uniben/actions.xml

    r4544 r4558  
    1919   <permission>View</permission>
    2020  </action>
    21   <action title="Alumni" action_id="view_students" category="navigation"
     21  <action title="Alumni" action_id="view_alumni" category="navigation"
    2222     condition_expr="python:portal.campus.students.isStaff() and portal.portal_url().find('alumni') &gt;-1"
    2323     url_expr="string:${portal_url}/campus/students" visible="True">
Note: See TracChangeset for help on using the changeset viewer.