Tuesday 13 March 2007 12:05:43 pm
Hello,
I have a problem with the attribute "modified_subnode" of a node. I use in a php extension the subtree function of eZContentObjectTreeNode class with this filter:
array( 'ClassFilterType' => 'include',
'ClassFilterArray' => [a list of class],
'AttributeFilter' => array( 'or',
array( 'modified', '>', [a timestamp] ),
array( 'modified_subnode', '>', [a timestamp] )
),
'Limitation' => array()
);
If with this filter I can get content when I add or modified subnodes, I can't get content when I delete a subnodes.
This is a limitation or a bug, because for me a suppression is a modification as addition of new content, isn't it??? Thanks for peoples who reads and answers to this topic.
Personal website : http://bit.ly/Yannick-Dupuis
Company : Openbridge - http://www.openbridge.fr
|