Ignore:
Timestamp:
19 Sep 2006, 07:53:21 (18 years ago)
Author:
joachim
Message:

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

File:
1 edited

Legend:

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

    r486 r535  
    44 <field name="category" meta_type="CPS String Field"/>
    55 <field name="code" meta_type="CPS String Field">
    6   <property name="is_searchabletext">True</property>
     6  <property name="is_searchabletext">False</property>
    77 </field>
    88 <field name="credits" meta_type="CPS Int Field"/>
    99 <field name="former_code" meta_type="CPS String Field"/>
    1010 <field name="org_code" meta_type="CPS String Field">
    11   <property name="is_searchabletext">True</property>
     11  <property name="is_searchabletext">False</property>
    1212 </field>
    1313 <field name="passmark" meta_type="CPS Int Field">
Note: See TracChangeset for help on using the changeset viewer.