Commit 967293ae authored by Kevin Deldycke's avatar Kevin Deldycke

Add a TODO comment about random result page issue

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8573 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83b02d78
......@@ -68,8 +68,14 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return context.WebSite_viewSearchResultList(**kw)\n
</string> </value>
<value> <string encoding="cdata"><![CDATA[
# TODO: Clear here the search_selection selection to not display a random result page but always the first one\n
# -> this not fix the problem: context.portal_selections.setSelectionCheckedUidsFor(\'search_selection\', [])\n
return context.WebSite_viewSearchResultList(**kw)\n
]]></string> </value>
</item>
<item>
<key> <string>_code</string> </key>
......@@ -79,10 +85,6 @@
</item>
<item>
<key> <string>_filepath</string> </key>
<value> <string>Script (Python):/nexedi/portal_skins/erp5_web/WebSite_viewSearchResult</string> </value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</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