Initial commit
This commit is contained in:
35
application/Espo/Resources/layouts/Role/detail.json
Normal file
35
application/Espo/Resources/layouts/Role/detail.json
Normal file
@@ -0,0 +1,35 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"},
|
||||
false,
|
||||
false
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "exportPermission"},
|
||||
{"name": "mentionPermission"},
|
||||
{"name": "assignmentPermission"}
|
||||
],
|
||||
[
|
||||
{"name": "portalPermission"},
|
||||
{"name": "groupEmailAccountPermission"},
|
||||
{"name": "userCalendarPermission"}
|
||||
],
|
||||
[
|
||||
{"name": "massUpdatePermission"},
|
||||
{"name": "followerManagementPermission"},
|
||||
{"name": "messagePermission"}
|
||||
],
|
||||
[
|
||||
{"name": "auditPermission"},
|
||||
{"name": "userPermission"},
|
||||
{"name": "dataPrivacyPermission"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
11
application/Espo/Resources/layouts/Role/list.json
Normal file
11
application/Espo/Resources/layouts/Role/list.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "info",
|
||||
"width": 30,
|
||||
"noLabel": true
|
||||
}
|
||||
]
|
||||
11
application/Espo/Resources/layouts/Role/listSmall.json
Normal file
11
application/Espo/Resources/layouts/Role/listSmall.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "info",
|
||||
"width": 30,
|
||||
"noLabel": true
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
Reference in New Issue
Block a user