Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Setting Access rights not possible for Backend modules in TYPO3 12 #41

Closed
pulponair opened this issue Aug 18, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@pulponair
Copy link

pulponair commented Aug 18, 2023

Story

As an adiminstrator i want to be able to set access rights to lux Backendmodules on a user/usergroup base.
This is not possible in TYPO3 V12 due to a missconfiguration in Configuration/Backend/Modules.php

Tech. Details

Configuration/Backend/Modules.php currently sets the "access" key to "user,group" this is not a valid Configuration in TYPO3 Version 12 (See: https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ExtensionArchitecture/HowTo/BackendModule/ModuleConfiguration.html#confval-access)

It has to be just "user" :)

einpraegsam added a commit to in2code-de/luxletter that referenced this issue Aug 19, 2023
@einpraegsam
Copy link
Contributor

Thx for your notice - I just released 33.0.1 which should fix this issue (and also released a new version of LUXletter with the same issue)

@einpraegsam einpraegsam added the bug Something isn't working label Aug 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants