sudhaus7 / typo3-xlsimport

MIT License
4 stars 9 forks source link

[BUGFIX] Fix access check on pages for non-admin users #33

Closed calien666 closed 9 months ago

calien666 commented 9 months ago

This bugfix moves the page access check to the AccessUtility and detects the page access by calling the BackendUtility for getting the complete page record.

If the record can't be fetched, access is denied. Otherwise the core permissions calculator returns the access for the current user on requested permissions. Fixes #32

ErHaWeb commented 9 months ago

PR successfully tested. Non-admin users can now access the backend module if they have been assigned the appropriate editing rights.