Changeset 578 for WAeUP_SRP/trunk
- Timestamp:
- 28 Sep 2006, 14:00:14 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default/types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/CertificateCourse.xml
r574 r578 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addCertificateCourse</property> 10 <property name="immediate_view"> cpsdocument_view</property>10 <property name="immediate_view">academics_index</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 32 32 <alias from="(Default)" to="academics_index"/> 33 33 <alias from="create_do" to="waeup_document_create_do"/> 34 <alias from="view" to=" cpsdocument_view"/>34 <alias from="view" to="academics_index"/> 35 35 <action title="View" action_id="view" category="object" condition_expr="" 36 36 url_expr="string:${object_url}/academics_index" visible="True"> -
WAeUP_SRP/trunk/profiles/default/types/Course.xml
r538 r578 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addCourse</property> 10 <property name="immediate_view"> cpsdocument_view</property>10 <property name="immediate_view">academics_index</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 32 32 <alias from="(Default)" to="academics_index"/> 33 33 <alias from="create_do" to="waeup_document_create_do"/> 34 <alias from="view" to=" cpsdocument_view"/>34 <alias from="view" to="academics_index"/> 35 35 <action title="View" action_id="view" category="object" condition_expr="" 36 36 url_expr="string:${object_url}/academics_index" visible="True">
Note: See TracChangeset for help on using the changeset viewer.