Commit bd0d6de7 authored by Jérome Perrin's avatar Jérome Perrin

Use getTranslatedId Method (XXX this will fail for now, because the method...

Use getTranslatedId Method (XXX this will fail for now, because the method returns a Message that is not handled correctly, because it's callable)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15946 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b2e0cb00
......@@ -18,7 +18,6 @@
<list>
<string>title</string>
<string>description</string>
<string>default</string>
<string>editable</string>
</list>
</value>
......@@ -62,17 +61,11 @@
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>description</string> </key>
<key> <string>description</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<key> <string>editable</string> </key>
<value> <string></string> </value>
</item>
<item>
......@@ -88,7 +81,7 @@
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
......@@ -99,15 +92,15 @@
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>description</string> </key>
<key> <string>description</string> </key>
<value> <string>Specific function of a coordinate</string> </value>
</item>
<item>
<key> <string>editable</string> </key>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
......@@ -123,7 +116,7 @@
<value> <string>Click to edit the target</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<key> <string>title</string> </key>
<value> <string>Coordinate Function</string> </value>
</item>
</dictionary>
......@@ -132,23 +125,4 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<tuple>
<tuple>
<string>Products.Formulator.TALESField</string>
<string>TALESMethod</string>
</tuple>
<none/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python:here.Base_getTranslatedId()</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
167
\ No newline at end of file
171
\ 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