Commit bac64a26 authored by Nicolas Dumazet's avatar Nicolas Dumazet

2010-12-27 nicolas.dumazet

* Fix list method on portal_property_sheets view



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41781 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 503c800f
......@@ -12,9 +12,7 @@
<list>
<string>columns</string>
<string>hide_rows_on_no_search_criterion</string>
<string>list_method</string>
<string>portal_types</string>
<string>selection_name</string>
<string>title</string>
</list>
</value>
......@@ -99,12 +97,6 @@
<key> <string>hide_rows_on_no_search_criterion</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>portal_types</string> </key>
<value>
......@@ -116,10 +108,6 @@
</list>
</value>
</item>
<item>
<key> <string>selection_name</string> </key>
<value> <string>portal_property_sheets_selection</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......@@ -134,17 +122,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="Method" module="Products.Formulator.MethodField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>contentValues</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2010-12-27 nicolas.dumazet
* Fix list method on portal_property_sheets view
2010-12-13 nicolas.dumazet
* Add Tool portal types for Tools added through ERP5Site.manage_addERP5Site
......
40845
\ No newline at end of file
40846
\ 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