Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57
stars
51
forks
source link
Not possible to configure module access for BE users #535
Current Behavior
When editing a be user group, it is not possible to select the cart module from the list
Expected behavior/output
Cart module should show up in the list
Environment
TYPO3 version(s): 12
Possible Solution
This is, because currently the module is configured 'access' => 'user, group', in Configuration/Modules.php
TYPO3 will list only modules with 'user' becuase only user (editor permissions), admin, or systemMaintainer is allowed as a value.
Bug Report
Current Behavior When editing a be user group, it is not possible to select the cart module from the list
Expected behavior/output Cart module should show up in the list
Environment
Possible Solution This is, because currently the module is configured
'access' => 'user, group',
in Configuration/Modules.php TYPO3 will list only modules with'user'
becuase only user (editor permissions), admin, or systemMaintainer is allowed as a value.Additional context see https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/ApiOverview/Backend/BackendModules/ModuleConfiguration/Index.html#confval-backend-module-access