Changeset 3682 for WAeUP_SRP/base/profiles/default
- Timestamp:
- 21 Sep 2008, 06:01:55 (16 years ago)
- Location:
- WAeUP_SRP/base/profiles/default
- Files:
-
- 5 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/base/profiles/default/layouts.xml
r3359 r3682 59 59 <object name="student_transfer" meta_type="CPS Layout"/> 60 60 <object name="study_level" meta_type="CPS Layout"/> 61 <object name="student_pastoral_report" meta_type="CPS Layout"/> 61 62 <object name="university" meta_type="CPS Layout"/> 62 63 <object name="upload" meta_type="CPS Layout"/> -
WAeUP_SRP/base/profiles/default/schemas.xml
r3359 r3682 43 43 <object name="students" meta_type="CPS Schema"/> 44 44 <object name="student_study_level" meta_type="CPS Schema"/> 45 <object name="student_pastoral_report" meta_type="CPS Schema"/> 45 46 <object name="study_level" meta_type="CPS Schema"/> 46 47 <object name="university" meta_type="CPS Schema"/> -
WAeUP_SRP/base/profiles/default/types.xml
r3277 r3682 35 35 <object name="UploadsFolder" meta_type="CPS Flexible Type Information"/> 36 36 <object name="Upload" meta_type="CPS Flexible Type Information"/> 37 <object name="StudentPastoralReport" meta_type="CPS Flexible Type Information"/> 37 38 </object> -
WAeUP_SRP/base/profiles/default/types/StudentStudyLevel.xml
r3153 r3682 13 13 <property name="filter_content_types">True</property> 14 14 <property name="allowed_content_types"> 15 <element value="S emester"/>15 <element value="StudentPastoralReport"/> 16 16 </property> 17 17 <property name="allow_discussion">False</property> … … 31 31 <alias from="(Default)" to="student_index"/> 32 32 <alias from="create_do" to="waeup_document_create_do"/> 33 <alias from="created" to=""/>34 33 <alias from="view" to="student_index"/> 35 34 <action title="View" action_id="view" category="object" condition_expr="" … … 37 36 <permission value="View"/> 38 37 </action> 39 <action title="Add Course" action_id="new_entry" category="object"38 <action title="Add Pastoral Report" action_id="new_entry" category="object" 40 39 condition_expr="" 41 url_expr="string:${object_url}/content_create?type_name=Student CourseResult"42 visible=" False">40 url_expr="string:${object_url}/content_create?type_name=StudentPastoralReport" 41 visible="True"> 43 42 <permission value="Add portal content"/> 44 43 </action> 45 44 </object> 45 46 47 -
WAeUP_SRP/base/profiles/default/vocabularies.xml
r3436 r3682 53 53 <object name="aos" meta_type="CPS Vocabulary"/> 54 54 <object name="application_status" meta_type="CPS Vocabulary"/> 55 <object name="pastoral_grade" meta_type="CPS Vocabulary"/> 56 <object name="terms" meta_type="CPS Vocabulary"/> 55 57 </object> -
WAeUP_SRP/base/profiles/default/workflows.xml
r3632 r3682 130 130 <bound-workflow workflow_id="waeup_document_wf"/> 131 131 </type> 132 <type type_id="StudentPastoralReport"> 133 <bound-workflow workflow_id="waeup_student_subobject_wf"/> 134 </type> 132 135 </bindings> 133 136 </object>
Note: See TracChangeset for help on using the changeset viewer.