[Bug] Non-admin access #418
Labels
No labels
blocked
bug
duplicate
enhancement
FR accepted
help wanted
invalid
need discussion
next release
not reproduced
PR requested
question
reproduced
WFB
WIP
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
deblan/side_menu#418
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Environment
Question
Hi, thank you for your app :)
We have installed side_menu, and we can customize the menu aspect if we're an admin. If we're not an admin, a GET request to
cloud.url/apps/side_menu/user/configreturns a 403, and the js of the app then crashes.If we add admin rights to a user, then the user can configure the side menu. Then if we remove admin privileges to the user, the config of side menu is still displayed (all the configured links), but the config page is now blank again, with the same 403 error on
cloud.url/apps/side_menu/user/config.Is this a normal behavior?
Hello!
This is a bug. I'm working on it.
[Question] Non-admin accessto [Bug] Non-admin accessFixed in v5.0.2!
Hi, thank you for this very fast release!