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 @@
<value>
<list>
<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_add_permission</string>
<string>my_type_acquire_local_role</string>
......
......@@ -11,12 +11,13 @@
<value>
<list>
<string>title</string>
<string>items</string>
</list>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>my_type_factory_method_id</string> </value>
<value> <string>my_type_class</string> </value>
</item>
<item>
<key> <string>message_values</string> </key>
......@@ -60,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>
......@@ -73,7 +80,7 @@
<dictionary>
<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>
......@@ -85,7 +92,7 @@
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Factory Method ID</string> </value>
<value> <string>Class</string> </value>
</item>
</dictionary>
</value>
......@@ -93,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: [(\'\', \'\')] + [(x,x) for x in context.getDocumentTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
971
\ No newline at end of file
972
\ 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