Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"stream": {
|
||||
"sticked": false,
|
||||
"index": 0
|
||||
}
|
||||
}
|
||||
11
application/Espo/Resources/layouts/User/detail.json
Normal file
11
application/Espo/Resources/layouts/User/detail.json
Normal file
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"label": "",
|
||||
"rows": [
|
||||
[{"name":"userName"}, false],
|
||||
[{"name": "name"}, {"name": "title"}],
|
||||
[{"name": "emailAddress"}, {"name": "phoneNumber"}],
|
||||
[{"name":"gender"}, false]
|
||||
]
|
||||
}
|
||||
]
|
||||
16
application/Espo/Resources/layouts/User/detailSmall.json
Normal file
16
application/Espo/Resources/layouts/User/detailSmall.json
Normal file
@@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "name"}],
|
||||
[{"name": "userName"}],
|
||||
[{"name": "emailAddress"}],
|
||||
[{"name": "phoneNumber"}]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[{"name": "type"}, {"name": "isActive"}],
|
||||
[{"name": "teams"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
13
application/Espo/Resources/layouts/User/filters.json
Normal file
13
application/Espo/Resources/layouts/User/filters.json
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
"teams",
|
||||
"createdAt",
|
||||
"createdBy",
|
||||
"emailAddress",
|
||||
"title",
|
||||
"type",
|
||||
"isActive",
|
||||
"position",
|
||||
"portals",
|
||||
"accounts",
|
||||
"contact"
|
||||
]
|
||||
7
application/Espo/Resources/layouts/User/list.json
Normal file
7
application/Espo/Resources/layouts/User/list.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"userName", "width": 20},
|
||||
{"name":"title", "width": 18},
|
||||
{"name":"emailAddress", "width": 20},
|
||||
{"name":"isActive", "width": 10}
|
||||
]
|
||||
4
application/Espo/Resources/layouts/User/listApi.json
Normal file
4
application/Espo/Resources/layouts/User/listApi.json
Normal file
@@ -0,0 +1,4 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"isActive", "width": 10}
|
||||
]
|
||||
5
application/Espo/Resources/layouts/User/listForTeam.json
Normal file
5
application/Espo/Resources/layouts/User/listForTeam.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"userName", "width": 32},
|
||||
{"name":"teamRole", "notSortable": true, "width": 25}
|
||||
]
|
||||
6
application/Espo/Resources/layouts/User/listPortal.json
Normal file
6
application/Espo/Resources/layouts/User/listPortal.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"userName", "width": 22},
|
||||
{"name":"emailAddress", "width": 22},
|
||||
{"name":"isActive", "width": 10}
|
||||
]
|
||||
5
application/Espo/Resources/layouts/User/listSmall.json
Normal file
5
application/Espo/Resources/layouts/User/listSmall.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"name", "link": true},
|
||||
{"name":"userName", "width": 30},
|
||||
{"name":"emailAddress", "width": 30}
|
||||
]
|
||||
6
application/Espo/Resources/layouts/User/massUpdate.json
Normal file
6
application/Espo/Resources/layouts/User/massUpdate.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
"teams",
|
||||
"roles",
|
||||
"defaultTeam",
|
||||
"isActive"
|
||||
]
|
||||
@@ -0,0 +1,5 @@
|
||||
[
|
||||
"portalRoles",
|
||||
"dashboardTemplate",
|
||||
"isActive"
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"isActive"
|
||||
]
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"default": {
|
||||
"index": 0
|
||||
},
|
||||
"_delimiter_": {
|
||||
"index": 1
|
||||
},
|
||||
"activities": {
|
||||
"index": 2
|
||||
},
|
||||
"history": {
|
||||
"index": 3
|
||||
},
|
||||
"tasks": {
|
||||
"index": 4
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"activities": {
|
||||
"disabled": true
|
||||
},
|
||||
"history": {
|
||||
"disabled": true
|
||||
},
|
||||
"tasks": {
|
||||
"disabled": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user