Friday 11 July 2003 1:00:40 pm
I have the following problem: I defined in my page_layer template
{let menu=fetch('content',list,hash(parent_node_id,2,sort_by,array(array(priority))))}
{section name=Menu loop=$menu}
.....
I defined policy "read to all".
Policy "edit to all" is defined only in "Demo section".
When I edit any object in Demo section function fetch return null. It is a bug or it's OK ... if fetch make "read" function?
|