Changeset 723 for WAeUP_SRP/trunk/profiles
- Timestamp:
- 19 Oct 2006, 17:06:51 (18 years ago)
- Location:
- WAeUP_SRP/trunk/profiles/default
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/layouts/student_course_results.xml
r486 r723 14 14 <property name="label">Ansbook</property> 15 15 <property name="label_edit">Ansbook</property> 16 <property name="readonly_layout_modes"/> 17 <property name="hidden_layout_modes"/> 18 <property name="hidden_readonly_layout_modes"/> 19 </widget> 20 <widget name="semester" meta_type="Int Widget"> 21 <property name="title">Semester</property> 22 <property name="fields"> 23 <element value="semester"/> 24 </property> 25 <property name="label">Semester</property> 26 <property name="label_edit">Semester</property> 16 27 <property name="readonly_layout_modes"/> 17 28 <property name="hidden_layout_modes"/> … … 108 119 <table> 109 120 <row> 121 <cell name="semester"/> 122 </row> 123 <row> 110 124 <cell name="grade"/> 111 125 </row> -
WAeUP_SRP/trunk/profiles/default/layouts/student_study_course.xml
r486 r723 19 19 <property name="hidden_readonly_layout_modes"/> 20 20 </widget> 21 <widget name="department" meta_type="String Widget"> 22 <property name="title">Department Code</property> 23 <property name="fields"> 24 <element value="department"/> 25 </property> 26 <property name="is_required">True</property> 27 <property name="label">Department Code</property> 28 <property name="label_edit">Department Code</property> 29 <property name="readonly_layout_modes"/> 30 <property name="hidden_layout_modes"/> 31 <property name="hidden_readonly_layout_modes"/> 32 </widget> 33 <widget name="faculty" meta_type="String Widget"> 34 <property name="title">Faculty Code</property> 35 <property name="fields"> 36 <element value="faculty"/> 37 </property> 38 <property name="is_required">True</property> 39 <property name="label">Faculty Code</property> 40 <property name="label_edit">Faculty Code</property> 41 <property name="readonly_layout_modes"/> 42 <property name="hidden_layout_modes"/> 43 <property name="hidden_readonly_layout_modes"/> 44 </widget> 21 45 <table> 22 46 <row> 23 47 <cell name="study_course"/> 24 48 </row> 49 <row> 50 <cell name="faculty"/> 51 </row> 52 <row> 53 <cell name="department"/> 54 </row> 25 55 </table> 26 56 </object> -
WAeUP_SRP/trunk/profiles/default/schemas/student_course_results.xml
r486 r723 8 8 <field name="score" meta_type="CPS Int Field"/> 9 9 <field name="status" meta_type="CPS String Field"/> 10 <field name="verdict" meta_type="CPS String Field"/> 10 <field name="semester" meta_type="CPS Int Field"> 11 <property name="default_expr">python:1</property> 12 </field> <field name="verdict" meta_type="CPS String Field"/> 11 13 <field name="weight" meta_type="CPS String Field"/> 12 14 </object> -
WAeUP_SRP/trunk/profiles/default/schemas/student_study_course.xml
r486 r723 1 1 <?xml version="1.0"?> 2 2 <object name="student_study_course" meta_type="CPS Schema"> 3 <field name="study_course" meta_type="CPS String Field"/> 3 <field name="study_course" meta_type="CPS String Field"> 4 <property name="is_searchabletext">True</property> 5 </field> 6 <field name="faculty" meta_type="CPS String Field"> 7 <property name="is_searchabletext">True</property> 8 </field> 9 <field name="department" meta_type="CPS String Field"> 10 <property name="is_searchabletext">True</property> 11 </field> 4 12 </object> -
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> -
WAeUP_SRP/trunk/profiles/default/workflows.xml
r639 r723 58 58 <bound-workflow workflow_id="section_folder_wf"/> 59 59 </type> 60 <type type_id="Semester">61 <bound-workflow workflow_id="section_folder_wf"/>62 </type>63 60 <type type_id="Student"> 64 61 <bound-workflow workflow_id="waeup_student_wf"/> … … 77 74 </type> 78 75 <type type_id="StudentStudyCourse"> 79 <bound-workflow workflow_id=" section_folder_wf"/>76 <bound-workflow workflow_id="waeup_student_subobject_wf"/> 80 77 </type> 81 78 <type type_id="StudentCourseResult"> 82 <bound-workflow workflow_id="waeup_ base_wf"/>79 <bound-workflow workflow_id="waeup_student_subobject_wf"/> 83 80 </type> 84 81 <type type_id="StudentsFolder"> … … 89 86 </type> 90 87 <type type_id="StudentStudyLevel"> 91 <bound-workflow workflow_id="section_folder_wf"/> 92 </type> 93 <type type_id="StudentSemester"> 94 <bound-workflow workflow_id="section_folder_wf"/> 88 <bound-workflow workflow_id="waeup_course_registration_wf"/> 95 89 </type> 96 90 <type type_id="University"> -
WAeUP_SRP/trunk/profiles/default/workflows/waeup_course_registration_wf/definition.xml
r722 r723 23 23 </state> 24 24 <state state_id="created" title=""> 25 <exit-transition transition_id="create_content"/> 25 26 <exit-transition transition_id="enter_school_fee_pin"/> 27 <exit-transition transition_id="pass_A"/> 28 <exit-transition transition_id="pass_B"/> 29 <exit-transition transition_id="probate_C"/> 30 <exit-transition transition_id="reject_D"/> 31 <exit-transition transition_id="reject_E"/> 32 <exit-transition transition_id="reject_F"/> 26 33 </state> 27 34 <state state_id="school_fee_pin_entered" title=""> -
WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_subobject_wf/definition.xml
r659 r723 12 12 <state state_id="created" title=""> 13 13 <exit-transition transition_id="close"/> 14 <exit-transition transition_id="create_content"/> 14 15 <exit-transition transition_id="open"/> 15 16 <permission-map name="Modify portal content" … … 24 25 <state state_id="opened" title=""> 25 26 <exit-transition transition_id="close"/> 27 <exit-transition transition_id="create_content"/> 26 28 <permission-map name="Modify portal content" 27 29 acquired="True"> … … 55 57 <transition-behavior behavior_id="initial-create"/> 56 58 </transition> 59 <transition transition_id="create_content" title="" 60 new_state="" trigger="USER" before_script="" 61 after_script=""> 62 63 <guard> 64 </guard> 65 <transition-behavior behavior_id="allow-sub-create"/> 66 </transition> 57 67 <transition transition_id="open" title="" 58 68 new_state="opened" trigger="USER" -
WAeUP_SRP/trunk/profiles/default/workflows/waeup_student_wf/definition.xml
r677 r723 37 37 <state state_id="created" title=""> 38 38 <exit-transition transition_id="create_content"/> 39 <exit-transition transition_id="clear_and_validate"/> 39 40 <exit-transition transition_id="enter_application_pin"/> 40 41 <exit-transition transition_id="open"/>
Note: See TracChangeset for help on using the changeset viewer.