user-access-manager icon indicating copy to clipboard operation
user-access-manager copied to clipboard

Can I exclude a subpage or group from recursive lock?

Open pshemek opened this issue 7 years ago • 1 comments

Hello,

I have a problem that the parent page should be accessible by the user while the child page not. Let's look at the structure:

-- Parent -> Group: Access all except to Child 1 ---- Child 1 -> EXCLUDE from Group: Access all except to Child 1 ---- Child 2 -> Group: Access all except to Child 1 (inherited)

I don't want to disable recursive lock completely as it works and saves me a time for a dozen of other groups and pages on my site.

Is it possible to exclude a page from group inheritance? Or to exclude a particular group from the recursive lock? (BTW, a nice feature I think) Programmatically? A filter/action hook?

Thank you for help.

pshemek avatar Mar 23 '18 11:03 pshemek

No that is not possible at the moment.

GM-Alex avatar Apr 19 '18 08:04 GM-Alex