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

do not use getTitleOrId on the context, because we might be viewing something

else than an instance of ERP5Type.Base.Base



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12161 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d483f1ca
......@@ -87,7 +87,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
form_action python: form and form.action not in (\'\', None) and here.portal_membership.checkPermission(\'Modify portal content\', here) and form.action or nothing;\n
local_parameter_list local_parameter_list | python: {};\n
dummy python: local_parameter_list.update({\'object_uid\': object_uid, \'object_path\': object_path, \'form_id\': form_id});\n
title python: \'%s - %s\' % (here.Base_translateString(template.title_or_id()), here.getTitleOrId());\n
title python: \'%s - %s\' % (here.Base_translateString(template.title_or_id()), here.title_or_id());\n
">\n
<tal:block metal:use-macro="here/main_template/macros/master">\n
<tal:block metal:fill-slot="context_bar">\n
......
326
\ No newline at end of file
327
\ 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