Forums / General / Policy edit and fetch read

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Policy edit and fetch read

Author Message

Dariusz Zbikowski

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?