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

field_id might be undefined here, this fixes "Test Delete" zelenium test failure.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22216 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c28499c
......@@ -79,6 +79,7 @@ if uids == []:\n
qs = \'?portal_status_message=%s\' % message\n
return request.RESPONSE.redirect( context.absolute_url() + \'/\' + form_id + qs )\n
\n
field_id=\'listbox\'\n
# XXX If we come from the view mode -> list mode proxy, make sure we don\'t make\n
# another proxy to this proxy.\n
if form_id == \'Base_viewListModeRenderer\':\n
......
870
\ No newline at end of file
871
\ 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