grav-plugin-admin icon indicating copy to clipboard operation
grav-plugin-admin copied to clipboard

Menu Modal Toolbar not showing without admin.super permission

Open chraebsli opened this issue 3 months ago • 7 comments

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

chraebsli avatar Apr 23 '24 13:04 chraebsli