Ignore:
Timestamp:
9 Oct 2006, 09:09:57 (18 years ago)
Author:
joachim
Message:

several overviews for AccoFolder?,

Location:
WAeUP_SRP/trunk/profiles/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/accommodation.xml

    r623 r626  
    33 <column value="bed"/>
    44 <column value="bed_type"/>
     5 <column value="hall"/>
    56 <column value="student"/>
    67 <index name="bed" meta_type="FieldIndex">
     
    1314  <indexed_attr value="student"/>
    1415 </index>
     16 <index name="hall" meta_type="FieldIndex">
     17  <indexed_attr value="hall"/>
     18 </index>
    1519</object>
  • WAeUP_SRP/trunk/profiles/default/types/AccoFolder.xml

    r624 r626  
    88 <property name="product">WAeUP_SRP</property>
    99 <property name="factory">addAccoFolder</property>
    10  <property name="immediate_view">academics_contents</property>
     10 <property name="immediate_view">accommodation_index</property>
    1111 <property name="global_allow">True</property>
    1212 <property name="filter_content_types">True</property>
     
    3232 <alias from="view" to="accommodation_index"/>
    3333 <action title="View" action_id="view" category="object" condition_expr=""
    34     url_expr="string:${object_url}/academics_contents" visible="True">
     34    url_expr="string:${object_url}/accommodation_index" visible="True">
    3535  <permission value="View"/>
    3636 </action>
Note: See TracChangeset for help on using the changeset viewer.