Commit 74d2ae7e authored by Ivan Tyagov's avatar Ivan Tyagov

Use dedicated filename property.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41299 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad0d86b7
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ERP5Form" module="Products.ERP5Form.Form"/>
<global name="ERP5Form" module="Products.ERP5Form.Form"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -110,7 +107,7 @@ ...@@ -110,7 +107,7 @@
<string>my_language</string> <string>my_language</string>
<string>my_int_index</string> <string>my_int_index</string>
<string>my_file</string> <string>my_file</string>
<string>my_source_reference</string> <string>my_filename</string>
<string>image_view</string> <string>image_view</string>
<string>my_translated_external_processing_state_title</string> <string>my_translated_external_processing_state_title</string>
<string>my_revision</string> <string>my_revision</string>
......
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<global name="ProxyField" module="Products.ERP5Form.ProxyField"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -17,7 +14,7 @@ ...@@ -17,7 +14,7 @@
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_source_reference</string> </value> <value> <string>my_filename</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
......
1219 1220
\ No newline at end of file \ 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