What is weird is that “site, users, settings” are also set to “false” in my blueprint and in the main panel menu as disabled dropdown items, they should be faded and not clickable.
But they are not faded and they are clickable! I just have the pop-up which said you can not access to this part of the panel.
I add a /blueprint/users/test.yml file with this code:
title: user test
permissions:
access:
panel: true
site: true
users: false
settings: false
So the expected result in the panel main menu (when connected as “test” user) should be “Users” and “Settings” item disabled (not clickable) and faded, right ?
Result: they are not faded and disabled.
@texnixe@pixelijn if you can reproduce, I will add an issue on Github.