Commit 191213a2 authored by Jérome Perrin's avatar Jérome Perrin

setting factory method no longer works

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45608 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0af8332c
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<value> <value>
<list> <list>
<string>my_id</string> <string>my_id</string>
<string>my_type_factory_method_id</string> <string>my_type_class</string>
<string>my_type_init_script_id</string> <string>my_type_init_script_id</string>
<string>my_type_add_permission</string> <string>my_type_add_permission</string>
<string>my_type_acquire_local_role</string> <string>my_type_acquire_local_role</string>
......
...@@ -11,12 +11,13 @@ ...@@ -11,12 +11,13 @@
<value> <value>
<list> <list>
<string>title</string> <string>title</string>
<string>items</string>
</list> </list>
</value> </value>
</item> </item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>my_type_factory_method_id</string> </value> <value> <string>my_type_class</string> </value>
</item> </item>
<item> <item>
<key> <string>message_values</string> </key> <key> <string>message_values</string> </key>
...@@ -60,6 +61,12 @@ ...@@ -60,6 +61,12 @@
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>items</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
</value>
</item>
<item> <item>
<key> <string>target</string> </key> <key> <string>target</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
...@@ -73,7 +80,7 @@ ...@@ -73,7 +80,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value> <value> <string>my_list_field</string> </value>
</item> </item>
<item> <item>
<key> <string>form_id</string> </key> <key> <string>form_id</string> </key>
...@@ -85,7 +92,7 @@ ...@@ -85,7 +92,7 @@
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Factory Method ID</string> </value> <value> <string>Class</string> </value>
</item> </item>
</dictionary> </dictionary>
</value> </value>
...@@ -93,4 +100,17 @@ ...@@ -93,4 +100,17 @@
</dictionary> </dictionary>
</pickle> </pickle>
</record> </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: [(\'\', \'\')] + [(x,x) for x in context.getDocumentTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData> </ZopeData>
971 972
\ 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