Not allowed to add option under "Products/Options"
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Not allowed to add option under "Products/Options"
Hi,
logged in with a user with limited rights (editor), I cannot add options in "Product" > "Options". It is possible to select a value in "Configurable" or "Custom" section, but it is not possible to select something under "Type". And, if I write "text" in "Type" the value disappears on blur.
What configuration do I have to set to change that behaviour?
Cheers, Kurt
logged in with a user with limited rights (editor), I cannot add options in "Product" > "Options". It is possible to select a value in "Configurable" or "Custom" section, but it is not possible to select something under "Type". And, if I write "text" in "Type" the value disappears on blur.
What configuration do I have to set to change that behaviour?
Cheers, Kurt
Re: Not allowed to add option under "Products/Options"
Which Aimeos version do you use?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Not allowed to add option under "Products/Options"
Aimeos: 20.10.3-pre2
TYPO3: 9.5.23
TYPO3: 9.5.23
Re: Not allowed to add option under "Products/Options"
The problem was that editors were not allowed to use the JSON admin API endpoint for fetching the attribute types. This is fixed now using this commit:
https://github.com/aimeos/ai-admin-json ... 695ce1ecb4
You can install the bugfix using:
You can also change the configuration yourself for the backend. In that case, only the groups for "attribute/type" are relevant.
https://github.com/aimeos/ai-admin-json ... 695ce1ecb4
You can install the bugfix using:
Code: Select all
composer req aimeos/ai-admin-jsonadm:2020.10.x-dev
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Not allowed to add option under "Products/Options"
Many thanks!
I did it the other way round: instead of having the group "editor" I assigned a group with name "super". Now it works perfectly.
I did it the other way round: instead of having the group "editor" I assigned a group with name "super". Now it works perfectly.