Hello everyone,
I have a question about this menu modal when clicking the three dots of a page in the admin panel.
Currently, I only get this modal without the toolbar with let’s say user1:
But with my admin user, I get this modal, with the toolbar:
Why is this toolbar not showing for user1? I tested it on a fresh installation of Grav + Admin, but I couldn’t find out what needs to be done for it to show user1.
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 , I can reproduce the issue.
Why is this toolbar not showing for user1 ?
I have no idea…
Fortunately, the user can still create/update/delete pages using the main menu.
You might consider creating an issue in the repo of Admin and provide the link of the issue in a reply.
Thanks for the fast response.
I’m aware that the user still can CRUD pages. The feature I’m missing because of this is the option to duplicate pages with all its contents. Without this option, my client has to separately create each subpage with its header, which is time-consuming.
Here is the issue on GitHub:
opened 01:45PM - 23 Apr 24 UTC
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`:_

_But with my `admin` user, I get this modal, with the 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
```
1 Like