Commit 616f8dfd authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

revert 5389ed8c (use countResults as a count method for a listbox where we...

revert 5389ed8c (use countResults as a count method for a listbox where we use portal_catalog as a list method).
'countResults' method is overridden in Document/ExteralSource.py and using 'portal_catalog' as count method is internally translated to 'countResults', thus using countResults globally here may cause unexcpected value for certain cases.
parent cd341ca0
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>method_name</string> </key> <key> <string>method_name</string> </key>
<value> <string>countResults</string> </value> <value> <string>portal_catalog</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
40984 40985
\ 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