[x] I've searched for any related issues and avoided creating a duplicate issue.
Please give us a description of what happened.
Yoast Modules Access List (groupMods) are missing in TYPO3 v12 Backend User Groups.
Please describe what you expected to happen and why.
YOAST Modules Access List (yoast_YoastSeoDashboard, yoast_YoastSeoOverview, yoast_YoastSeoCrawler) should be available in Backend User Groups in order to allow or restrict user groups to access each module.
How can we reproduce this behavior?
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
In the Modules list (groupMods) you can see a list of all available Modules. The Yoast modules are missing.
Screenshots
Additional context
The problem comes from a wrong configuration in the yoast-seo-for-typo3/yoast_seo/Configuration/Backend/Modules.php file:
According the new Backend module configuration for TYPO3 12, the access option now only accepts user, admin, or systemMaintainer as a value. The "group" value is not a valid value anymore.
Please give us a description of what happened.
Yoast Modules Access List (groupMods) are missing in TYPO3 v12 Backend User Groups.
Please describe what you expected to happen and why.
YOAST Modules Access List (yoast_YoastSeoDashboard, yoast_YoastSeoOverview, yoast_YoastSeoCrawler) should be available in Backend User Groups in order to allow or restrict user groups to access each module.
How can we reproduce this behavior?
Screenshots
Additional context
The problem comes from a wrong configuration in the yoast-seo-for-typo3/yoast_seo/Configuration/Backend/Modules.php file:
According the new Backend module configuration for TYPO3 12, the access option now only accepts user, admin, or systemMaintainer as a value. The "group" value is not a valid value anymore.
Technical info