Commit 1627c9bc authored by Nicolas Delaby's avatar Nicolas Delaby

delegate Hash script Id property

Use path class for TALES expression to improve performances

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39982 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ccc266dd
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
......@@ -13,7 +10,6 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>hash_script_id</string>
<string>items</string>
<string>title</string>
</list>
......@@ -94,10 +90,6 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>hash_script_id</string> </key>
<value> <string>Base_hashCategoryList</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
......@@ -120,16 +112,13 @@
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: cell.getVariationRangeCategoryList()</string> </value>
<value> <string>cell/getVariationRangeCategoryList</string> </value>
</item>
</dictionary>
</pickle>
......
1013
\ No newline at end of file
1014
\ 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