Forums / Developer / Problem with Edit role

"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".

Problem with Edit role

Author Message

Vincenzo Coletta

Thursday 18 March 2004 2:53:09 am

Hi, I have a problem with setting role in the module 'content' function 'read';
When I remove a value in subtree() I lost the value of node() or subtree().
example:
Node(Root), Subtree(Folder1,Folder2)
if I remove Folder2 from subtree() -->Node(Root), Subtree(Folder1)
after register the result is Node(), Subtree()
I am using :

Version 3.2-3 (3.2 release 3)
Rev SVN 3893
Extension ezdhtml
PHP Version 4.3.3
Apache 2.0

Björn X

Friday 19 March 2004 12:28:47 am

I think I noticed the same

try to configure over sectoins as workaround

otherwise upgrade to lastest stable

Vincenzo Coletta

Friday 19 March 2004 2:22:53 am

I don't understand very well what do you mean with:

try to configure over sectoins as workaround

thanks.