Not allowed to access JQAdm "dashboard" client
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 access JQAdm "dashboard" client
Hi
I've got an error, when trying to access Aimeos in the backend with a certain usergroup (non-admin).
The usergroup's ID is 46 and the name is "kleinundfein".
In the template I have this code (static Aimeos-template included):
I tried with key=1 and with key=46.
What's wrong?
Thanks, Kurt
I've got an error, when trying to access Aimeos in the backend with a certain usergroup (non-admin).
The usergroup's ID is 46 and the name is "kleinundfein".
In the template I have this code (static Aimeos-template included):
Code: Select all
module.tx_aimeos.settings.admin {
jqadm {
resource {
dashboard {
groups{
0 = admin
# 46 = kleinundfein
1 = kleinundfein
}
}
...What's wrong?
Thanks, Kurt
Re: Not allowed to access JQAdm "dashboard" client
What is the exact error you get?
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 access JQAdm "dashboard" client
Sorry for the late answer. I somehow didn't get the notice email (or it was overseen in spam)...
I get this error:
Aimeos\Admin\JQAdm\Exception
Not allowed to access JQAdm "dashboard" client
I get this error:
Aimeos\Admin\JQAdm\Exception
Not allowed to access JQAdm "dashboard" client
Re: Not allowed to access JQAdm "dashboard" client
Using this TS in the setup TS section at the root page and creating a backend user group "kleinundfein" assigned to a non-admin user works without problems:
Code: Select all
module.tx_aimeos.settings.admin {
jqadm {
resource {
dashboard {
groups{
0 = admin
1 = kleinundfein
}
}
}
}
}
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 access JQAdm "dashboard" client
Hm, no sorry, it doesn't work.
Any ideas?
Any ideas?
-
MarcBlasig
- Posts: 2
- Joined: 27 Jan 2026, 09:12
Re: Not allowed to access JQAdm "dashboard" client
Not sure if this a bug but I had the same problem and was only able to fix it by naming my non-admin BE usergroup "editor"
Setting the name to "aimeos" or "kleinaberfein" didnt have any impact whatsoever.
Setting the name to "aimeos" or "kleinaberfein" didnt have any impact whatsoever.
Code: Select all
module.tx_aimeos.settings.admin.jqadm.resource {
dashboard.groups {
0 = admin
1 = editor
}
product.groups {
0 = admin
1 = editor
}
catalog.groups {
0 = admin
1 = editor
}
order.groups {
0 = admin
1 = editor
}
}