Changeset 671 for WAeUP_SRP/trunk
- Timestamp:
- 12 Oct 2006, 16:41:19 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default/types
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/StudentAccommodation.xml
r659 r671 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addStudentAccommodation</property> 10 <property name="immediate_view"> academics_document_view</property>10 <property name="immediate_view">student_index</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 26 26 <property name="storage_methods"/> 27 27 <property name="cps_is_portlet">False</property> 28 <alias from="(Default)" to=" academics_document_view"/>29 <alias from="view" to=" academics_document_view"/>28 <alias from="(Default)" to="student_index"/> 29 <alias from="view" to="student_index"/> 30 30 <action title="View" action_id="view" category="object" 31 condition_expr="" url_expr="string:${object_url}/ academics_document_view"31 condition_expr="" url_expr="string:${object_url}/student_index" 32 32 visible="True"> 33 33 <permission value="View"/> -
WAeUP_SRP/trunk/profiles/default/types/StudentApplication.xml
r659 r671 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addStudentApplication</property> 10 <property name="immediate_view"> academics_document_view</property>10 <property name="immediate_view">student_index</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 26 26 <property name="storage_methods"/> 27 27 <property name="cps_is_portlet">False</property> 28 <alias from="(Default)" to=" academics_document_view"/>29 <alias from="view" to=" academics_document_view"/>28 <alias from="(Default)" to="student_index"/> 29 <alias from="view" to="student_index"/> 30 30 <action title="View" action_id="view" category="object" 31 condition_expr="" url_expr="string:${object_url}/ academics_document_view"31 condition_expr="" url_expr="string:${object_url}/student_index" 32 32 visible="True"> 33 33 <permission value="View"/>
Note: See TracChangeset for help on using the changeset viewer.