Commit 488ee27d authored by Vincent Pelletier's avatar Vincent Pelletier

Prevent TALES expressions from triggering simple errors.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45547 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0a020571
......@@ -264,19 +264,13 @@
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getResourceValue().getQuantityPrecision()</string> </value>
<value> <string>python: (here.getResourceValue() is not None) and here.getResourceValue().getQuantityPrecision() or 0</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -253,10 +253,7 @@
</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>
......@@ -282,16 +279,13 @@
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<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: here.getResourceValue().getQuantityPrecision()</string> </value>
<value> <string>python: (here.getResourceValue() is not None) and here.getResourceValue().getQuantityPrecision() or 0</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -264,19 +264,13 @@
</record>
<record id="3" aka="AAAAAAAAAAM=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: cell.getResourceValue().getQuantityPrecision()</string> </value>
<value> <string>python: (cell.getResourceValue() is not None) and cell.getResourceValue().getQuantityPrecision() or 0</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -253,10 +253,7 @@
</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>
......@@ -282,16 +279,13 @@
</record>
<record id="4" aka="AAAAAAAAAAQ=">
<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: here.getResourceValue().getQuantityPrecision()</string> </value>
<value> <string>python: (here.getResourceValue() is not None) and here.getResourceValue().getQuantityPrecision() or 0</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -264,16 +264,13 @@
</record>
<record id="3" aka="AAAAAAAAAAM=">
<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: here.getResourceValue().getQuantityPrecision()</string> </value>
<value> <string>python: (cell.getResourceValue() is not None) and cell.getResourceValue().getQuantityPrecision() or 0</string> </value>
</item>
</dictionary>
</pickle>
......
700
\ No newline at end of file
701
\ 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