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

Menu Modal Toolbar not showing without admin.super permission #2408

Open
chraebsli opened this issue Apr 23, 2024 · 0 comments
Open

Menu Modal Toolbar not showing without admin.super permission #2408

chraebsli opened this issue Apr 23, 2024 · 0 comments

Comments

@chraebsli
Copy link

I found an issue regarding the toolbar in the menu modal in pages, which is only showing when the user has admin.super permission.

Currently, I only get this modal without the toolbar with let’s say user1:
Menu Modal without Toolbar

But with my admin user, I get this modal, with the toolbar:
Menu Modal with Toolbar

I tested this with a fresh Grav + Admin installation without any configuration.


Accounts

Here are my account configs (access only)

admin

access:
  site:
    login: true
  admin:
    login: true
    super: true

user1

access:
  admin:
    login: true
    configuration:
      pages: true
    pages: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant