Changeset 723 for WAeUP_SRP/trunk/profiles/default/types
- Timestamp:
- 19 Oct 2006, 17:06:51 (19 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default/types
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/StudentCourseResult.xml
r684 r723 17 17 <property name="cps_display_as_document_in_listing">True</property> 18 18 <property name="schemas"> 19 <element value=" course_results"/>19 <element value="student_course_results"/> 20 20 </property> 21 21 <property name="layouts"> 22 <element value=" course_results"/>22 <element value="student_course_results"/> 23 23 </property> 24 24 <property name="layout_clusters"/> -
WAeUP_SRP/trunk/profiles/default/types/StudentStudyCourse.xml
r486 r723 30 30 <property name="storage_methods"/> 31 31 <property name="cps_is_portlet">False</property> 32 <alias from="(Default)" to=" academics_contents"/>33 <alias from="view" to=" academics_contents"/>32 <alias from="(Default)" to="student_index"/> 33 <alias from="view" to="student_index"/> 34 34 <action title="View" action_id="view" category="object" condition_expr="" 35 url_expr="string:${object_url}/ academics_contents" visible="True">35 url_expr="string:${object_url}/student_index" visible="True"> 36 36 <permission value="View"/> 37 37 </action> -
WAeUP_SRP/trunk/profiles/default/types/StudentStudyLevel.xml
r486 r723 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addStudentStudyLevel</property> 10 <property name="immediate_view"> academics_contents</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> … … 28 28 <property name="storage_methods"/> 29 29 <property name="cps_is_portlet">False</property> 30 <alias from="(Default)" to=" academics_contents"/>30 <alias from="(Default)" to="student_index"/> 31 31 <alias from="create_do" to="waeup_document_create_do"/> 32 32 <alias from="created" to="level_created"/> 33 <alias from="view" to=" academics_contents"/>33 <alias from="view" to="student_index"/> 34 34 <action title="View" action_id="view" category="object" condition_expr="" 35 url_expr="string:${object_url}/ academics_contents" visible="True">35 url_expr="string:${object_url}/student_index" visible="True"> 36 36 <permission value="View"/> 37 37 </action>
Note: See TracChangeset for help on using the changeset viewer.