Commit a2d2a123 authored by Jérome Perrin's avatar Jérome Perrin

Reset checked uid after deletion



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10870 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 82cf3205
...@@ -186,6 +186,8 @@ else:\n ...@@ -186,6 +186,8 @@ else:\n
message = N_("Please+select+one+or+more+items+first.")\n message = N_("Please+select+one+or+more+items+first.")\n
qs = \'?portal_status_message=%s\' % message\n qs = \'?portal_status_message=%s\' % message\n
\n \n
# make sure nothing is checked after\n
context.portal_selections.setSelectionCheckedUidsFor(selection_name, [])\n
return REQUEST.RESPONSE.redirect("%s%s" % (ret_url, qs))\n return REQUEST.RESPONSE.redirect("%s%s" % (ret_url, qs))\n
......
112 113
\ No newline at end of file \ 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