Changeset 1027 for WAeUP_SRP/trunk/profiles/default
- Timestamp:
- 11 Dec 2006, 10:28:28 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/profiles/default/types/ScratchCardBatch.xml
r770 r1027 8 8 <property name="product">WAeUP_SRP</property> 9 9 <property name="factory">addScratchCardBatch</property> 10 <property name="immediate_view"> batch_view</property>10 <property name="immediate_view">search_pins</property> 11 11 <property name="global_allow">True</property> 12 12 <property name="filter_content_types">True</property> … … 26 26 <property name="storage_methods"/> 27 27 <property name="cps_is_portlet">False</property> 28 <alias from="(Default)" to=" batch_view"/>28 <alias from="(Default)" to="search_pins"/> 29 29 <alias from="create_do" to="scratch_card_batch_create_do"/> 30 30 <alias from="created" to="scratch_card_batch_created"/> 31 <alias from="view" to=" batch_view"/>31 <alias from="view" to="search_pins"/> 32 32 <action title="View" action_id="view" category="object" 33 condition_expr="" url_expr="string:${object_url}/ batch_view"33 condition_expr="" url_expr="string:${object_url}/search_pins" 34 34 visible="True"> 35 35 <permission value="Modify portal content"/>
Note: See TracChangeset for help on using the changeset viewer.