Ignore:
Timestamp:
11 Oct 2006, 23:22:16 (19 years ago)
Author:
Henrik Bettermann
Message:

some fixes and minor modifications for the launching of the accommodation module

Location:
WAeUP_SRP/trunk/profiles/default/types
Files:
8 edited

Legend:

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

    r619 r659  
    3030 <alias from="created" to="scratch_card_batch_created"/>
    3131 <alias from="view" to="batch_index_html"/>
    32  <action title="Standard View" action_id="view" category="object"
     32 <action title="View" action_id="view" category="object"
    3333    condition_expr="" url_expr="string:${object_url}/batch_index_html"
    3434    visible="True">
  • WAeUP_SRP/trunk/profiles/default/types/ScratchCardBatchesFolder.xml

    r535 r659  
    2929 <alias from="created" to=""/>
    3030 <alias from="view" to="pins_index_html"/>
    31  <action title="Standard View" action_id="view" category="object"
     31 <action title="View" action_id="view" category="object"
    3232    condition_expr="" url_expr="string:${object_url}/pins_index_html"
    3333    visible="True">
  • WAeUP_SRP/trunk/profiles/default/types/Student.xml

    r639 r659  
    3535 <alias from="(Default)" to="student_index"/>
    3636 <alias from="view" to="student_index"/>
    37  <action title="Standard View" action_id="view" category="object"
     37 <action title="View" action_id="view" category="object"
    3838    condition_expr=""
    3939    url_expr="string:${object_url}/student_index" visible="True">
  • WAeUP_SRP/trunk/profiles/default/types/StudentAccommodation.xml

    r658 r659  
    88 <property name="product">WAeUP_SRP</property>
    99 <property name="factory">addStudentAccommodation</property>
    10  <property name="immediate_view">accommodation_view</property>
     10 <property name="immediate_view">academics_document_view</property>
    1111 <property name="global_allow">True</property>
    1212 <property name="filter_content_types">True</property>
     
    2626 <property name="storage_methods"/>
    2727 <property name="cps_is_portlet">False</property>
    28  <alias from="(Default)" to="accommodation_view"/>
    29  <alias from="view" to="accommodation_view"/>
    30  <action title="Standard View" action_id="view" category="object"
    31     condition_expr="" url_expr="string:${object_url}/accommodation_view"
     28 <alias from="(Default)" to="academics_document_view"/>
     29 <alias from="view" to="academics_document_view"/>
     30 <action title="View" action_id="view" category="object"
     31    condition_expr="" url_expr="string:${object_url}/academics_document_view"
    3232    visible="True">
    3333  <permission value="View"/>
    3434 </action>
     35 <action title="action_edit" action_id="edit" category="object"
     36    condition_expr="" url_expr="string:${object_url}/cpsdocument_edit"
     37    visible="True">
     38  <permission value="Modify portal content"/>
     39 </action>
    3540</object>
  • WAeUP_SRP/trunk/profiles/default/types/StudentApplication.xml

    r617 r659  
    2828 <alias from="(Default)" to="academics_document_view"/>
    2929 <alias from="view" to="academics_document_view"/>
    30  <action title="Standard View" action_id="view" category="object"
     30 <action title="View" action_id="view" category="object"
    3131    condition_expr="" url_expr="string:${object_url}/academics_document_view"
    3232    visible="True">
  • WAeUP_SRP/trunk/profiles/default/types/StudentClearance.xml

    r617 r659  
    3030 <alias from="(Default)" to="academics_document_view"/>
    3131 <alias from="view" to="academics_contents"/>
    32  <action title="Standard View" action_id="view" category="object"
     32 <action title="View" action_id="view" category="object"
    3333    condition_expr=""
    3434    url_expr="string:${object_url}/academics_document_view"
  • WAeUP_SRP/trunk/profiles/default/types/StudentCourseResult.xml

    r486 r659  
    2828 <alias from="(Default)" to="academics_contents"/>
    2929 <alias from="view" to="academics_contents"/>
    30  <action title="Standard View" action_id="view" category="object"
     30 <action title="View" action_id="view" category="object"
    3131    condition_expr="" url_expr="string:${object_url}/academics_contents"
    3232    visible="True">
  • WAeUP_SRP/trunk/profiles/default/types/StudentPersonal.xml

    r617 r659  
    3030 <alias from="(Default)" to="academics_document_view"/>
    3131 <alias from="view" to="academics_document_view"/>
    32  <action title="Standard View" action_id="view" category="object"
     32 <action title="View" action_id="view" category="object"
    3333    condition_expr=""
    3434    url_expr="string:${object_url}/academics_document_view"
Note: See TracChangeset for help on using the changeset viewer.