[Erp5-report] r38950 seb - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateIt...
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Oct 7 14:06:27 CEST 2010
Author: seb
Date: Thu Oct 7 14:06:24 2010
New Revision: 38950
URL: http://svn.erp5.org?rev=38950&view=rev
Log:
use objectValues instead of searchFolder in id tool
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml?rev=38950&r1=38949&r2=38950&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/IdTool_view/listbox.xml [utf8] Thu Oct 7 14:06:24 2010
@@ -11,6 +11,7 @@
<value>
<list>
<string>columns</string>
+ <string>list_method</string>
<string>title</string>
</list>
</value>
@@ -110,6 +111,12 @@
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
+ <key> <string>list_method</string> </key>
+ <value>
+ <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+ </value>
+ </item>
+ <item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
@@ -123,4 +130,17 @@
</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>objectValues</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
</ZopeData>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=38950&r1=38949&r2=38950&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Thu Oct 7 14:06:24 2010
@@ -1 +1 @@
-1739
\ No newline at end of file
+1740
\ No newline at end of file
More information about the Erp5-report
mailing list