xima-media / xima-typo3-manual

TYPO3 extension to create editor manuals right in the backend
GNU General Public License v2.0
4 stars 1 forks source link

feat: add access restriction for backend user groups #9

Open jackd248 opened 7 months ago

jackd248 commented 7 months ago

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?

maikschneider commented 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?