Given no one has cited a flaw in my code perhaps it is a over but strangely unnoticed bug in eZ 4.3.0.
I guess I should report this then?

On 05/08/10 17:20, Brendan Pike wrote:
Good point, but yes anonymous can read products.

On 05/08/10 17:18, Philipp Kamps wrote:
Can the anonymous user read products? That's what I usually forget.

On Thu, Aug 5, 2010 at 9:17 AM, Brendan Pike
<[email protected]>  wrote:
I'm asking about this because I think its very unlikely to be broken (ez
4.3.0) and more likely to be something I'm doing wrong but the life of
me I can't understand why the below fetch won't work, I have a checkbox
in the 'product' class with identifier 'feature'.

{def  $products=fetch( 'content', 'tree', hash( 'parent_node_id', 482,

                          'class_filter_type',  'include',

                      'class_filter_array', array( 'product' ),
                                                                               
'attribute_filter', array( array( 'product/feature', '=', 1 ) ),

                                   'main_node_only', true() ))}

Can someone left me know where I went wrong so I can slap myself and get
on with my day?

Thanks
Brendan



--
Sdk-public mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/sdk-public



-- 
Sdk-public mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/sdk-public

Reply via email to