Commit 44b3a35d authored by Kevin Deldycke's avatar Kevin Deldycke

Use portal_catalog to get objects.

Filter to show Web Page only.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8774 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5fd94ae
......@@ -474,7 +474,12 @@
<item>
<key> <string>portal_types</string> </key>
<value>
<list/>
<list>
<tuple>
<string>Web Page</string>
<string>Web Page</string>
</tuple>
</list>
</value>
</item>
<item>
......@@ -575,7 +580,7 @@
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>countFolder</string> </value>
<value> <string>portal_catalog</string> </value>
</item>
</dictionary>
</pickle>
......@@ -594,7 +599,7 @@
<dictionary>
<item>
<key> <string>method_name</string> </key>
<value> <string>searchFolder</string> </value>
<value> <string>portal_catalog</string> </value>
</item>
</dictionary>
</pickle>
......
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