Initial commit
This commit is contained in:
18
application/Espo/Resources/layouts/Team/detail.json
Normal file
18
application/Espo/Resources/layouts/Team/detail.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"},
|
||||
false
|
||||
],
|
||||
[
|
||||
{"name": "roles"},
|
||||
{"name": "positionList"}
|
||||
],
|
||||
[
|
||||
{"name": "layoutSet"},
|
||||
{"name": "workingTimeCalendar"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
10
application/Espo/Resources/layouts/Team/detailSmall.json
Normal file
10
application/Espo/Resources/layouts/Team/detailSmall.json
Normal file
@@ -0,0 +1,10 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "name"},
|
||||
{"name": "positionList"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
3
application/Espo/Resources/layouts/Team/list.json
Normal file
3
application/Espo/Resources/layouts/Team/list.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
{"name":"name", "link":true}
|
||||
]
|
||||
3
application/Espo/Resources/layouts/Team/listSmall.json
Normal file
3
application/Espo/Resources/layouts/Team/listSmall.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
{"name":"name", "link":true}
|
||||
]
|
||||
@@ -0,0 +1 @@
|
||||
["users"]
|
||||
Reference in New Issue
Block a user