You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple tailor items named Tag. These are all grouped together in the permissions backend, even though they have different uuid, handle and navigation.parent options set.
name: Tag
navigation:
label: Tags
parent: Blog\Article
name: Tag
navigation:
label: Tags
parent: Foo\Bar
Shouldn't the permission be grouped by the name of the parent item?
The text was updated successfully, but these errors were encountered:
I don't so much need the blueprints to share a single permission, I just need to be able to identify them. At the moment, one has to give a user the permission, log in as them and check if the one selected is the right one. In the screenshotted example it would be much more obvious if tags are listed under the heading Article and Bar respectively and not both under Tag.
I have multiple tailor items named
Tag
. These are all grouped together in the permissions backend, even though they have differentuuid
,handle
andnavigation.parent
options set.Shouldn't the permission be grouped by the name of the parent item?
The text was updated successfully, but these errors were encountered: