Commit e81e70b1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

quick fix for removal of Entity_viewFieldLibrary.listbox_int_index in r44392.

we need good proxification anyway.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44422 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aa647e79
......@@ -77,11 +77,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox_int_index</string> </value>
<value> <string>my_integer_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Entity_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
33
\ No newline at end of file
34
\ No newline at end of file
......@@ -77,11 +77,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox_int_index</string> </value>
<value> <string>my_integer_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Entity_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
......@@ -77,11 +77,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox_int_index</string> </value>
<value> <string>my_integer_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Entity_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
755
\ No newline at end of file
756
\ No newline at end of file
......@@ -77,11 +77,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox_int_index</string> </value>
<value> <string>my_integer_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Entity_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
......@@ -77,11 +77,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox_int_index</string> </value>
<value> <string>my_integer_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Entity_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
1036
\ No newline at end of file
1037
\ No newline at end of file
......@@ -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>
......@@ -80,11 +77,11 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>listbox_int_index</string> </value>
<value> <string>my_integer_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Entity_viewFieldLibrary</string> </value>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>target</string> </key>
......
20
\ No newline at end of file
21
\ 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