Commit 91b4bead authored by Nicolas Dumazet's avatar Nicolas Dumazet

add a filter on catalog method to avoid scary log messages when erp5_pdm is not

installed.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31962 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 13cec8e1
......@@ -2,4 +2,12 @@
<item key="sql_catalog_object_list" type="int">
<value>1</value>
</item>
<item key="_is_filtered_archive" type="int">
<value>1</value>
</item>
<item key="_filter_expression_archive" type="str">
<value>python: here.getPortalType() in here.getPortalResourceTypeList()</value>
</item>
<item key="_filter_type_archive" type="tuple">
</item>
</catalog_method>
\ No newline at end of file
168
\ No newline at end of file
169
\ 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