Commit 3dea42e7 authored by Jérome Perrin's avatar Jérome Perrin

filtering on aggregate_relative_url is much safer than filtering on

aggregate_title


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11352 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a9551c3e
......@@ -598,7 +598,7 @@
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
python:"accounting_module/view?reset:int=1&aggregate_title=%s" % here.getTitle()
python:"accounting_module/view?reset:int=1&aggregate_relative_url=%s" % here.getRelativeUrl()
]]></string> </value>
</item>
......
40
\ No newline at end of file
41
\ 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