Commit f665695d authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use countResults as a count method for a listbox where we use portal_catalog as a list method.

parent 5389ed8c
...@@ -448,7 +448,7 @@ ...@@ -448,7 +448,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>portal_catalog</string> </value> <value> <string>countFolder</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
...@@ -448,7 +448,7 @@ ...@@ -448,7 +448,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>portal_catalog</string> </value> <value> <string>countFolder</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
1140 1141
\ No newline at end of file \ 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