Ignore:
Timestamp:
29 Aug 2006, 11:56:53 (18 years ago)
Author:
joachim
Message:

levels can be created
keyerror elective fixed
check for blanks in Id's checked

Location:
WAeUP_SRP/trunk/profiles/default/schemas
Files:
1 added
1 edited

Legend:

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

    r199 r440  
    11<?xml version="1.0"?>
    22<object name="study_level" meta_type="CPS Schema">
    3  <field name="sc_id" meta_type="CPS String Field">
    4   <property name="is_searchabletext">True</property>
    5   <property name="acl_write_roles">SectionReader</property>
    6  </field>
    7  <field name="sc_pin" meta_type="CPS String Field">
    8   <property name="is_searchabletext">True</property>
    9   <property name="acl_write_roles">SectionReader</property>
    10  </field>
    11  <field name="sc_value" meta_type="CPS Float Field">
    12   <property name="default_expr">python:1000.</property>
    13   <property name="is_searchabletext">True</property>
    14  </field>
     3 <field name="code" meta_type="CPS String Field"/>
    154</object>
     5
Note: See TracChangeset for help on using the changeset viewer.