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
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