Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ezobjectstatesfilter | Damien Pobel | stable |
Version | Compatible with |
---|---|
1.0 | 4.1, 4.2, 4.3 |
ezobjectstatesfilter extension provides an extended attribute filter to filter on object states.
In templates, you can now use fetch( content, list ) to retrieve objects filtered by one or several object states :
{def $nodes=fetch( content, list, hash( parent_node_id, $node_id,This code will return only content object tree nodes that contain a content object having group_identifier/state_identifier and another_group/another_state states.
The operator value should be 'and' either 'or', if it's omitted, the default value is 'and'.
Extended attribute filters are also available in the PHP API in eZContentObjectTreeNode::subTreeByNodeID() :
Release of eZ Object States Filter 1.0
Saturday 25 April 2009 04:24
Damien Pobel