This PR can be summarized in the following changelog entry:
fixes wrong access values in the Modules.php, which prevented Yoast groupMods from being available in the Backend user access list. See TYPO3 v12 Documentation for Backend module access option.
Relevant technical choices:
*
Test instructions
This PR can be tested by following these steps:
*
This PR can be tested by following these steps:
Login to TYPO3
Login to TYPO3 Backend
Select the Backend Users module in the module list
Select "Backend user groups" in the top menu
Create a new Backend user group (or use an existing one)
Select the Access Lists tab
All Yoast Modules Access List (yoast_YoastSeoDashboard, yoast_YoastSeoOverview, yoast_YoastSeoCrawler) should now be be available.
Quality assurance
[x] I have tested this code to the best of my abilities
[ ] I have added unittests to verify the code works as intended
Summary
This PR can be summarized in the following changelog entry:
Relevant technical choices:
*
Test instructions
This PR can be tested by following these steps:
* This PR can be tested by following these steps:
Quality assurance
Fixes #545