Fix bug 1747:

Return the previous form when click two times on a list action


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37075 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6af0257c
......@@ -13,12 +13,12 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>anchor</string>
<string>lines</string>
<string>list_action</string>
<string>list_method</string>
<string>search</string>
<string>select</string>
<string>anchor</string>
<string>list_action</string>
</list>
</value>
</item>
......@@ -84,12 +84,14 @@
</item>
<item>
<key> <string>list_action</string> </key>
<value> <string></string> </value>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
</value>
</item>
<item>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAU=</string> </persistent>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
</value>
</item>
<item>
......@@ -134,7 +136,7 @@
<item>
<key> <string>list_method</string> </key>
<value>
<persistent> <string encoding="base64">AAAAAAAAAAY=</string> </persistent>
<persistent> <string encoding="base64">AAAAAAAAAAc=</string> </persistent>
</value>
</item>
<item>
......@@ -214,12 +216,28 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>field/ListBox_getListModeProxyListMethodName</string> </value>
<value> <string>request/proxy_form_id | python: context.portal_selections.getSelectionParamsFor(\'list_mode_proxy_selection\').get(\'proxy_form_id\', \'Folder_viewContentList\')</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="6" aka="AAAAAAAAAAY=">
<pickle>
<tuple>
<global name="TALESMethod" module="Products.Formulator.TALESField"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>field/ListBox_getListModeProxyListMethodName</string> </value>
</item>
</dictionary>
</pickle>
</record>
<record id="7" aka="AAAAAAAAAAc=">
<pickle>
<tuple>
<global name="Method" module="Products.Formulator.MethodField"/>
......
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