source: WAeUP_SRP/trunk/profiles/default/pins.xml @ 909

Last change on this file since 909 was 535, checked in by joachim, 18 years ago

student apply admission should work now
the default_view for campus is now home_index.py
for students and student student_index.py
these script redirect to the appropriate PT

  • Property svn:keywords set to Id
File size: 468 bytes
RevLine 
[440]1<?xml version="1.0"?>
[502]2<object name="portal_pins" meta_type="CMF Catalog">
[440]3 <column value="pin"/>
4 <column value="student"/>
[488]5 <column value="serial"/>
[535]6 <column value="prefix_batch"/>
[440]7 <index name="pin" meta_type="FieldIndex">
8  <indexed_attr value="pin"/>
9 </index>
[535]10 <index name="prefix_batch" meta_type="FieldIndex">
11  <indexed_attr value="prefix_batch" />
12 </index>
[440]13 <index name="student" meta_type="FieldIndex">
14  <indexed_attr value="student"/>
15 </index>
16</object>
Note: See TracBrowser for help on using the repository browser.