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

Remove useless /view in url

parent 4c53d61f
......@@ -66,7 +66,7 @@ jump_reference_list = getattr(context, accessor_name)(portal_type=portal_type, f
\n
if len(jump_reference_list)==1:\n
jump_reference = jump_reference_list[0]\n
return jump_reference.Base_redirect(\'view\')\n
return jump_reference.Base_redirect()\n
else:\n
selection_uid_list = map(lambda x:x.getUid(),jump_reference_list) or None\n
kw = {\'uid\': selection_uid_list}\n
......
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