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

Last change on this file since 625 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
Line 
1<?xml version="1.0"?>
2<object name="portal_pins" meta_type="CMF Catalog">
3 <column value="pin"/>
4 <column value="student"/>
5 <column value="serial"/>
6 <column value="prefix_batch"/>
7 <index name="pin" meta_type="FieldIndex">
8  <indexed_attr value="pin"/>
9 </index>
10 <index name="prefix_batch" meta_type="FieldIndex">
11  <indexed_attr value="prefix_batch" />
12 </index>
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.