Commit 93ee36c3 authored by Sebastien Robin's avatar Sebastien Robin

erp5_core: several fields were already moved to erp5_core_proxy_field_legacy

parent bab22237
......@@ -137,9 +137,9 @@
<string>my_view_mode_id_as_reference</string>
<string>my_view_mode_read_only_reference</string>
<string>my_email_field</string>
<string>listbox_creation_date</string>
<string>listbox_modification_date</string>
<string>listbox_owner_title</string>
<string>my_view_mode_listbox_creation_date</string>
<string>my_view_mode_listbox_modification_date</string>
<string>my_view_mode_listbox_owner_title</string>
<string>my_captcha</string>
<string>my_dialog_mode_description</string>
<string>my_dialog_mode_title</string>
......@@ -148,7 +148,6 @@
<string>my_view_mode_listbox_description</string>
<string>my_view_mode_read_only_id</string>
<string>my_view_mode_reference_as_name</string>
<string>listbox_description</string>
</list>
</value>
</item>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>editable</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_description</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
<value>
<dictionary>
<item>
<key> <string>external_validator_failed</string> </key>
<value> <string>The input failed the external validator.</string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>overrides</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>tales</string> </key>
<value>
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>editable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_view_mode_description</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
</item>
</dictionary>
</value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_creation_date</string> </value>
<value> <string>my_view_mode_listbox_creation_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -17,7 +17,7 @@
</item>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_modification_date</string> </value>
<value> <string>my_view_mode_listbox_modification_date</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
......@@ -8,7 +8,7 @@
<dictionary>
<item>
<key> <string>id</string> </key>
<value> <string>listbox_owner_title</string> </value>
<value> <string>my_view_mode_listbox_owner_title</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......
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