Ignore:
Timestamp:
15 Jul 2006, 07:40:53 (18 years ago)
Author:
joachim
Message:

=types changed

Location:
WAeUP_SRP/trunk/profiles/default
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/types/CertificatesFolder.xml

    r308 r309  
    2424 <property name="storage_methods"/>
    2525 <property name="cps_is_portlet">False</property>
    26  <alias from="(Default)" to="(Default)"/>
    27  <alias from="view" to="(Default)"/>
     26 <alias from="(Default)" to="academics_view"/>
     27 <alias from="view" to="academics_view"/>
    2828 <action title="View" action_id="view" category="object" condition_expr=""
    2929    url_expr="string:${object_url}/academics_contents" visible="True">
    3030  <permission value="View"/>
    3131 </action>
     32 <action title="Add Certificate" action_id="add_certificate" category="object"
     33    condition_expr="python:True or member and 'UniversityManager'in member.getRoles()"
     34    url_expr="string:${object/absolute_url}/create_certificate"
     35    visible="True"/>
     36 <action title="action_folder_contents" action_id="contents" category="object"
     37    condition_expr="" url_expr="string:${object/absolute_url}/folder_contents"
     38    visible="False"/>
     39 <action title="delegate" action_id="localroles" category="object"
     40    condition_expr="" url_expr="string:${object_url}/folder_localrole_form"
     41    visible="True"/>
    3242 <action title="Add Certificate" action_id="new_entry" category="object"
    3343    condition_expr=""
  • WAeUP_SRP/trunk/profiles/default/types/CoursesFolder.xml

    r308 r309  
    2424 <property name="storage_methods"/>
    2525 <property name="cps_is_portlet">False</property>
    26  <alias from="(Default)" to="(Default)"/>
    27  <alias from="view" to="(Default)"/>
     26 <alias from="(Default)" to="academics_contents"/>
     27 <alias from="view" to="academics_contents"/>
    2828 <action title="View" action_id="view" category="object" condition_expr=""
    2929    url_expr="string:${object_url}/academics_contents" visible="True">
    3030  <permission value="View archived revisions"/>
    3131 </action>
     32 <action title="Add Course" action_id="add_course" category="object"
     33    condition_expr="python:True or member and 'UniversityManager'in member.getRoles()"
     34    url_expr="string:${object/absolute_url}/create_course" visible="True"/>
     35 <action title="action_folder_contents" action_id="contents" category="object"
     36    condition_expr="" url_expr="string:${object/absolute_url}/folder_contents"
     37    visible="False"/>
     38 <action title="delegate" action_id="localroles" category="object"
     39    condition_expr="" url_expr="string:${object_url}/folder_localrole_form"
     40    visible="False"/>
    3241 <action title="Add Course" action_id="new_entry" category="object"
    3342    condition_expr=""
  • WAeUP_SRP/trunk/profiles/default/workflows.xml

    r300 r309  
    2727   <bound-workflow workflow_id="workspace_calendar_wf"/>
    2828  </type>
     29  <type type_id="CertificateFolder">
     30   <bound-workflow workflow_id="waeup_base_wf"/>
     31  </type>
    2932  <type type_id="Certificate">
    3033   <bound-workflow workflow_id="waeup_base_wf"/>
    3134  </type>
    3235  <type type_id="CertificateCourse">
     36   <bound-workflow workflow_id="waeup_base_wf"/>
     37  </type>
     38  <type type_id="CourseFolder">
    3339   <bound-workflow workflow_id="waeup_base_wf"/>
    3440  </type>
Note: See TracChangeset for help on using the changeset viewer.