Commit 41b042fb authored by Mayoro Diagne's avatar Mayoro Diagne

2010-06-24 mayoro

*use portal_type as expression kache key

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36572 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e0b981d8
......@@ -8,4 +8,7 @@
<item key="_filter_expression_archive" type="str">
<value>python: context.getPortalType() in ('Organisation', 'Assignment') or (lambda type_info: type_info is not None and type_info.getPortalType() == 'EGov Type')(context.getTypeInfo())</value>
</item>
<item key="_filter_expression_cache_key_archive" type="tuple">
<value>portal_type</value>
</item>
</catalog_method>
2010-06-24 mayoro
*use portal_type as expression kache key
2010-06-24 mayoro
* use lambda expression to filter objects without portal_type in z_catalog_egov_list filter
......
625
\ No newline at end of file
628
\ 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