Commit 3cd10990 authored by Jérome Perrin's avatar Jérome Perrin

get this method from types tool, as solver types are not in types tool

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45609 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 191213a2
......@@ -10,8 +10,8 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>title</string>
<string>items</string>
<string>title</string>
</list>
</value>
</item>
......@@ -71,6 +71,10 @@
<key> <string>target</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......@@ -86,6 +90,12 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>items</string> </key>
<value>
<list/>
</value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......@@ -108,7 +118,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'\', \'\')] + [(x,x) for x in context.getDocumentTypeList()]</string> </value>
<value> <string>python: [(\'\', \'\')] + [(x,x) for x in context.portal_types.getDocumentTypeList()]</string> </value>
</item>
</dictionary>
</pickle>
......
972
\ No newline at end of file
973
\ 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