I solved it.  Turned out to be that some fetches don't seem to work as 
expected in a template that is called via the toolbar,
ie.  {tool_bar name=right view=full}
but the same fetch works fine if the same template is called via a 
normal include, ie. {include uri='design:etc

Is the toolbar system deprecated in 4.3.0 or should I still report this 
as a bug?

Brendan


that oddly the fetch work

On 05/08/10 16:47, Brendan Pike 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

Reply via email to