Changeset 578 for WAeUP_SRP/trunk


Ignore:
Timestamp:
28 Sep 2006, 14:00:14 (18 years ago)
Author:
Henrik Bettermann
Message:

view methods changed

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

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/types/CertificateCourse.xml

    r574 r578  
    88 <property name="product">WAeUP_SRP</property>
    99 <property name="factory">addCertificateCourse</property>
    10  <property name="immediate_view">cpsdocument_view</property>
     10 <property name="immediate_view">academics_index</property>
    1111 <property name="global_allow">True</property>
    1212 <property name="filter_content_types">True</property>
     
    3232 <alias from="(Default)" to="academics_index"/>
    3333 <alias from="create_do" to="waeup_document_create_do"/>
    34  <alias from="view" to="cpsdocument_view"/>
     34 <alias from="view" to="academics_index"/>
    3535 <action title="View" action_id="view" category="object" condition_expr=""
    3636    url_expr="string:${object_url}/academics_index" visible="True">
  • WAeUP_SRP/trunk/profiles/default/types/Course.xml

    r538 r578  
    88 <property name="product">WAeUP_SRP</property>
    99 <property name="factory">addCourse</property>
    10  <property name="immediate_view">cpsdocument_view</property>
     10 <property name="immediate_view">academics_index</property>
    1111 <property name="global_allow">True</property>
    1212 <property name="filter_content_types">True</property>
     
    3232 <alias from="(Default)" to="academics_index"/>
    3333 <alias from="create_do" to="waeup_document_create_do"/>
    34  <alias from="view" to="cpsdocument_view"/>
     34 <alias from="view" to="academics_index"/>
    3535 <action title="View" action_id="view" category="object" condition_expr=""
    3636    url_expr="string:${object_url}/academics_index" visible="True">
Note: See TracChangeset for help on using the changeset viewer.