Commit 02f4bb1b authored by Jean-Paul Smets's avatar Jean-Paul Smets

Fixed bug which prevented relation field to displayu popup menu

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13365 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 50730e00
......@@ -75,7 +75,7 @@
"""\n
# Retrieve the edit action\n
edit_method = getattr(context, form_action)\n
base_value = edit_method(form_id, editable_mode=editable_mode, ignore_layout=ignore_layout, **kw)\n
return edit_method(form_id, editable_mode=editable_mode, ignore_layout=ignore_layout, **kw)\n
</string> </value>
</item>
<item>
......@@ -134,7 +134,6 @@ base_value = edit_method(form_id, editable_mode=editable_mode, ignore_layout=ign
<string>context</string>
<string>edit_method</string>
<string>_apply_</string>
<string>base_value</string>
</tuple>
</value>
</item>
......
......@@ -76,7 +76,7 @@
"""\n
# Retrieve the edit action\n
edit_method = getattr(context, form_action)\n
base_value = edit_method(form_id, editable_mode=0, ignore_layout=ignore_layout, **kw)\n
return edit_method(form_id, editable_mode=0, ignore_layout=ignore_layout, **kw)\n
</string> </value>
</item>
<item>
......@@ -135,7 +135,6 @@ base_value = edit_method(form_id, editable_mode=0, ignore_layout=ignore_layout,
<string>context</string>
<string>edit_method</string>
<string>_apply_</string>
<string>base_value</string>
</tuple>
</value>
</item>
......
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