Open jackd248 opened 7 months ago
Great feature request! I haven't had a closer look yet. Could you please explain why the build-in permission system for backend users isn't used? With the Access
module you can restrict access on a per-page level - isn't this sufficient?
In our project we need to distinguish between different user groups within the multiple manuals, so I started a feature to configure the access restriction by choosing available backend user groups.
For the root page it was quite easy with the RecordAccessGrantedEvent, but I struggle with the solution regarding the data processor to retrieve all pages / chapters.
What do you think?