mirror of
https://github.com/strapi/strapi.git
synced 2025-09-22 14:59:07 +00:00
Merge branch 'features/menu-logo' of https://github.com/strapi/strapi into menu-logo/form-init
This commit is contained in:
commit
e3fd6ec601
@ -335,6 +335,12 @@ describe('Role CRUD End to End', () => {
|
|||||||
"displayName": "Access the marketplace",
|
"displayName": "Access the marketplace",
|
||||||
"subCategory": "marketplace",
|
"subCategory": "marketplace",
|
||||||
},
|
},
|
||||||
|
Object {
|
||||||
|
"action": "admin::project-settings.update",
|
||||||
|
"category": "project",
|
||||||
|
"displayName": "Update the project level settings",
|
||||||
|
"subCategory": "general",
|
||||||
|
},
|
||||||
Object {
|
Object {
|
||||||
"action": "admin::roles.create",
|
"action": "admin::roles.create",
|
||||||
"category": "users and roles",
|
"category": "users and roles",
|
||||||
@ -814,6 +820,12 @@ describe('Role CRUD End to End', () => {
|
|||||||
"displayName": "Access the marketplace",
|
"displayName": "Access the marketplace",
|
||||||
"subCategory": "marketplace",
|
"subCategory": "marketplace",
|
||||||
},
|
},
|
||||||
|
Object {
|
||||||
|
"action": "admin::project-settings.update",
|
||||||
|
"category": "project",
|
||||||
|
"displayName": "Update the project level settings",
|
||||||
|
"subCategory": "general",
|
||||||
|
},
|
||||||
Object {
|
Object {
|
||||||
"action": "admin::provider-login.read",
|
"action": "admin::provider-login.read",
|
||||||
"category": "single sign on",
|
"category": "single sign on",
|
||||||
@ -1228,6 +1240,12 @@ describe('Role CRUD End to End', () => {
|
|||||||
"displayName": "Access the marketplace",
|
"displayName": "Access the marketplace",
|
||||||
"subCategory": "marketplace",
|
"subCategory": "marketplace",
|
||||||
},
|
},
|
||||||
|
Object {
|
||||||
|
"action": "admin::project-settings.update",
|
||||||
|
"category": "project",
|
||||||
|
"displayName": "Update the project level settings",
|
||||||
|
"subCategory": "general",
|
||||||
|
},
|
||||||
Object {
|
Object {
|
||||||
"action": "admin::roles.create",
|
"action": "admin::roles.create",
|
||||||
"category": "users and roles",
|
"category": "users and roles",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user