Commit dc669b40 authored by Jean-Paul Smets's avatar Jean-Paul Smets

2007-01-18 JPS - support of group by

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12145 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 35fc8411
......@@ -53,7 +53,7 @@
are published and linked with the current section through Predicate.\n
--></tal:block>\n
\n
<ul tal:repeat="document python: request.current_web_section.getDocumentValueList()">\n
<ul tal:repeat="document python: request.current_web_section.getDocumentValueList(group_by=(\'reference\',))">\n
<li><a tal:attributes="href python: context.getPermanentURL(document)"\n
tal:content="python: document.getProperty(\'translated_short_title\', None)\n
or document.getTranslatedTitleOrId()"/></li>\n
......@@ -73,6 +73,10 @@
<key> <string>id</string> </key>
<value> <string>section_content_render</string> </value>
</item>
<item>
<key> <string>isIndexable</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
......
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