Commit 89bdc92b authored by Arnaud Fontaine's avatar Arnaud Fontaine

Use a ListField for version and proxify error messages field in Component view.

parent 404e2180
......@@ -10,8 +10,8 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>display_width</string>
<string>title</string>
<string>items</string>
</list>
</value>
</item>
......@@ -61,6 +61,12 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
......@@ -72,13 +78,9 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>display_width</string> </key>
<value> <int>10</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
<value> <string>my_list_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......@@ -98,4 +100,17 @@
</dictionary>
</pickle>
</record>
<record id="2" aka="AAAAAAAAAAI=">
<pickle>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: here.getPortalObject().getVersionPriority()</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
2012-02-28 arnaud.fontaine
* Use a ListField for version and proxify error messages field in Component view.
2012-02-28 arnaud.fontaine
* Show Component version on ComponentTool view.
......
41013
\ No newline at end of file
41014
\ 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