Commit 3c644f30 authored by Romain Courteaud's avatar Romain Courteaud

Fix bug in page_templates_zuite/testFormDialogActionListRendering: use...

Fix bug in page_templates_zuite/testFormDialogActionListRendering: use object_url instead of portal_url.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9963 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 941d3f78
......@@ -96,7 +96,7 @@
-->\n
<tr>\n
<td>open</td>\n
<td tal:content="string: ${here/portal_url}/portal_types/Foo%20Module/PortalType_addAction?id=search2&name=Search2&category=object_search&action=string:%24{portal_url}/FooModule_viewSearchDialog">Create a second dummy search action to test the dynamic creation of select action drop-down list</td>\n
<td tal:content="string: ${here/portal_url}/portal_types/Foo%20Module/PortalType_addAction?id=search2&name=Search2&category=object_search&action=string:%24{object_url}/FooModule_viewSearchDialog">Create a second dummy search action to test the dynamic creation of select action drop-down list</td>\n
<td></td>\n
</tr>\n
<tr>\n
......
64
\ No newline at end of file
65
\ 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