Ignore:
Timestamp:
29 Sep 2006, 14:14:40 (18 years ago)
Author:
joachim
Message:

student search should work now as follows:

if All States is selected a search string must be specified.
if another review state is specified, the searchstring can be empty.
if it is not empty, both are ANDed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/layouts/student_search.xml

    r587 r596  
    1717  <property name="hidden_layout_modes"/>
    1818  <property name="hidden_readonly_layout_modes"/>
    19   <property name="vocabulary">searchable_review_states_voc</property>
     19  <property name="vocabulary">searchable_student_states</property>
    2020 </widget>
    2121 <widget name="search_mode" meta_type="Generic Select Widget">
     
    2424   <element value="search_mode"/>
    2525  </property>
     26  <property name="is_required">True</property>
    2627  <property name="label">Search for</property>
    2728  <property name="label_edit">Search for</property>
     
    2930  <property name="hidden_layout_modes"/>
    3031  <property name="hidden_readonly_layout_modes"/>
    31   <property name="vocabulary">search_mode_voc</property>
     32  <property name="vocabulary">student_search_mode</property>
    3233  <property name="render_format">radio</property>
    3334 </widget>
Note: See TracChangeset for help on using the changeset viewer.