Commit 48da144b authored by Fabien Morin's avatar Fabien Morin

Apparel Tint Item portal_type seems to not exists. Apparel Bath should be the...

Apparel Tint Item portal_type seems to not exists. Apparel Bath should be the portal_type used in apparel_bath_module. Change to it. Use seachFolder method, update selection_name.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29210 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ace199be
......@@ -40,6 +40,16 @@
<key> <string>action</string> </key>
<value> <string>Base_doSelect</string> </value>
</item>
<item>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>edit_order</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>encoding</string> </key>
<value> <string>UTF-8</string> </value>
......@@ -81,7 +91,7 @@
</item>
<item>
<key> <string>name</string> </key>
<value> <string>ApparelTintItemModule_viewApparelFabricItemList</string> </value>
<value> <string>ApparelBathModule_viewApparelBathList</string> </value>
</item>
<item>
<key> <string>pt</string> </key>
......@@ -97,7 +107,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Apparel Tint Items</string> </value>
<value> <string>Apparel Bathes</string> </value>
</item>
<item>
<key> <string>unicode_mode</string> </key>
......@@ -107,6 +117,10 @@
<key> <string>update_action</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>update_action_title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
......
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.ERP5Form.ListBox</string>
<string>ListBox</string>
</tuple>
<none/>
<global name="ListBox" module="Products.ERP5Form.ListBox"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -325,6 +322,10 @@
<key> <string>alternate_name</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>columns</string> </key>
<value>
......@@ -408,6 +409,10 @@
<key> <string>hidden</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>lines</string> </key>
<value> <int>30</int> </value>
......@@ -428,13 +433,17 @@
<list/>
</value>
</item>
<item>
<key> <string>page_template</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
<list>
<tuple>
<string>Apparel Tint Item</string>
<string>Apparel Tint Item</string>
<string>Apparel Bath</string>
<string>Apparel Bath</string>
</tuple>
</list>
</value>
......@@ -449,6 +458,10 @@
<key> <string>report_tree</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>row_css_method</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>search</string> </key>
<value> <int>1</int> </value>
......@@ -465,7 +478,7 @@
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>apparel_tint_item_selection</string> </value>
<value> <string>apparel_bath_module_selection</string> </value>
</item>
<item>
<key> <string>sort</string> </key>
......@@ -496,7 +509,13 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Apparel Tint Item</string> </value>
<value> <string>Apparel Bathes</string> </value>
</item>
<item>
<key> <string>untranslatable_columns</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>url_columns</string> </key>
......@@ -513,18 +532,15 @@
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.MethodField</string>
<string>Method</string>
</tuple>
<none/>
<global name="Method" module="Products.Formulator.MethodField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>portal_catalog</string> </value>
<value> <string>searchFolder</string> </value>
</item>
</dictionary>
</pickle>
......
16
\ No newline at end of file
18
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment