Commit bc2cd7a6 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove disabled code, complete fix for checking update will be commited soon.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9318 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d41cc3ea
...@@ -80,14 +80,9 @@ request = context.REQUEST\n ...@@ -80,14 +80,9 @@ request = context.REQUEST\n
\n \n
# Reinject parameters in kw\n # Reinject parameters in kw\n
kw[\'selection_name\']=selection_name\n kw[\'selection_name\']=selection_name\n
#uids=None, listbox_uid=None\n
#kw[\'uids\']=uids\n
#kw[\'listbox_uid\']=listbox_uid\n
kw[\'ignore_layout\']=ignore_layout\n kw[\'ignore_layout\']=ignore_layout\n
\n \n
# Update checked uids\n context.ERP5XhtmlStyle_prepareAction(**kw)\n
#if None not in (selection_name, uids, listbox_uid):\n
# context.portal_selections.updateSelectionCheckedUidList(selection_name, uids=uids, listbox_uid=listbox_uid, REQUEST=request)\n
\n \n
# If this is an object, a workflow or a folder, then jump to that view\n # If this is an object, a workflow or a folder, then jump to that view\n
if doAction0 in (\'object\', \'workflow\', \'folder\'):\n if doAction0 in (\'object\', \'workflow\', \'folder\'):\n
...@@ -188,6 +183,7 @@ return context.ERP5XhtmlStyle_redirect(redirect_url, keep_items=preserved_parame ...@@ -188,6 +183,7 @@ return context.ERP5XhtmlStyle_redirect(redirect_url, keep_items=preserved_parame
<string>doAction0</string> <string>doAction0</string>
<string>request</string> <string>request</string>
<string>_write_</string> <string>_write_</string>
<string>_apply_</string>
<string>redirect_url</string> <string>redirect_url</string>
<string>new_id</string> <string>new_id</string>
<string>type_name</string> <string>type_name</string>
...@@ -199,7 +195,6 @@ return context.ERP5XhtmlStyle_redirect(redirect_url, keep_items=preserved_parame ...@@ -199,7 +195,6 @@ return context.ERP5XhtmlStyle_redirect(redirect_url, keep_items=preserved_parame
<string>preference</string> <string>preference</string>
<string>new_content_list</string> <string>new_content_list</string>
<string>new_content_id</string> <string>new_content_id</string>
<string>_apply_</string>
</tuple> </tuple>
</value> </value>
</item> </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