Commit 23f1f37b authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix an undefined symbol.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39079 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 055ee6e5
......@@ -3042,7 +3042,7 @@ class Base( CopyContainer,
return method(container, **kw)
# XXX this should not happen, unless the Business Template is broken.
return dict(redirect_url=context.absolute_url() + '/view',
return dict(redirect_url=container.absolute_url() + '/view',
selection_index=None, selection_name=None)
# Hash method
......
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