-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
Problem
Restricting "Read" and "Update" permissions to "Has same role as creator" doesn't work.
Steps to reproduce
- Create two roles and two users
- Grant only
Has same role as creator
permissions for the navigation pluginread
andupdate
operations
- Assign one user to the first role and the other one to the second role, login with the first user and create a new navigation item
- Logout with the first user, login with the second user and you can still see and edit the created navigation item of the first user with a different role than the currently logged in user.
Setup
"dependencies": {
"@strapi/plugin-i18n": "~4.10.1",
"@strapi/plugin-users-permissions": "~4.10.1",
"@strapi/strapi": "~4.10.1",
"better-sqlite3": "^8.0.1",
"mysql": "^2.18.1",
"strapi-plugin-navigation": "^2.2.8"
}