Commit 7e31d966 authored by Jérome Perrin's avatar Jérome Perrin

Fix portal type name in CacheTool_viewCacheFactoryList/listbox

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23626 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8aca7a82
...@@ -3,11 +3,8 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="ListBox" module="Products.ERP5Form.ListBox"/>
<string>Products.ERP5Form.ListBox</string> <tuple/>
<string>ListBox</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -325,6 +322,10 @@ ...@@ -325,6 +322,10 @@
<key> <string>alternate_name</string> </key> <key> <string>alternate_name</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>anchor</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>columns</string> </key> <key> <string>columns</string> </key>
<value> <value>
...@@ -433,8 +434,8 @@ ...@@ -433,8 +434,8 @@
<value> <value>
<list> <list>
<tuple> <tuple>
<string>Cache factory</string> <string>Cache Factory</string>
<string>Cache factory</string> <string>Cache Factory</string>
</tuple> </tuple>
</list> </list>
</value> </value>
...@@ -508,11 +509,8 @@ ...@@ -508,11 +509,8 @@
<record id="2" aka="AAAAAAAAAAI="> <record id="2" aka="AAAAAAAAAAI=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="Method" module="Products.Formulator.MethodField"/>
<string>Products.Formulator.MethodField</string> <tuple/>
<string>Method</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
......
958 960
\ No newline at end of file \ 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