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

don't fail if a document doesn't define getTranslatedTitle ( was...

don't fail if a document doesn't define getTranslatedTitle ( was testFormDialogOnSiteObject failures )


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13329 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9038e653
......@@ -89,7 +89,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n
\n
local_parameter_list local_parameter_list | python: {};\n
dummy python: local_parameter_list.update({\'selection_name\': selection_name, \'selection_index\': selection_index, \'form_id\': form_id});\n
title python: here.getTranslatedTitle()">\n
title here/getTranslatedTitle | here/Title">\n
<tal:block metal:use-macro="here/main_template/macros/master">\n
<tal:block metal:fill-slot="context_bar">\n
<tal:block metal:use-macro="here/context_box_render/macros/master" />\n
......
349
\ No newline at end of file
350
\ 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