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 @@ ...@@ -474,7 +474,12 @@
<item> <item>
<key> <string>portal_types</string> </key> <key> <string>portal_types</string> </key>
<value> <value>
<list/> <list>
<tuple>
<string>Web Page</string>
<string>Web Page</string>
</tuple>
</list>
</value> </value>
</item> </item>
<item> <item>
...@@ -575,7 +580,7 @@ ...@@ -575,7 +580,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>countFolder</string> </value> <value> <string>portal_catalog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
...@@ -594,7 +599,7 @@ ...@@ -594,7 +599,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>searchFolder</string> </value> <value> <string>portal_catalog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </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