A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
I am trying to set the ACL on a specific page object. I'm working with
AccessControlList myAcl = currentPage.ACL.CreateWritableClone();
and myAcl.Save(SecuritySaveType.Replace);
Setting the rights seems to work, however if i have 'inherit rights from parent' enabled on the page, it refuses to change the ACL.
What am i doing wrong?