Commit 0de325f9 authored by Sebastien Robin's avatar Sebastien Robin

allow to do filter expression on portal type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20339 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 026fa8f9
......@@ -2359,6 +2359,7 @@ class Catalog(Folder,
'isPredicate': ob.isPredicate, # XXX
'isDocument': ob.isDocument, # XXX
'isInventory': ob.isInventory, # XXX
'portal_type': ob.portal_type, # XXX
'isInventoryMovement': ob.isInventoryMovement, # XXX
}
return getEngine().getContext(data)
......
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