Initial commit
This commit is contained in:
15
application/Espo/Resources/layouts/Import/detail.json
Normal file
15
application/Espo/Resources/layouts/Import/detail.json
Normal file
@@ -0,0 +1,15 @@
|
||||
[
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{"name": "entityType"}
|
||||
],
|
||||
[
|
||||
{"name": "file"}
|
||||
],
|
||||
[
|
||||
{"name": "status"}
|
||||
]
|
||||
]
|
||||
}
|
||||
]
|
||||
6
application/Espo/Resources/layouts/Import/filters.json
Normal file
6
application/Espo/Resources/layouts/Import/filters.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
"createdAt",
|
||||
"createdBy",
|
||||
"entityType",
|
||||
"status"
|
||||
]
|
||||
6
application/Espo/Resources/layouts/Import/list.json
Normal file
6
application/Espo/Resources/layouts/Import/list.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name":"createdAt", "link": true},
|
||||
{"name":"status", "width": 20},
|
||||
{"name":"entityType", "width": 20},
|
||||
{"name":"createdBy", "width": 20}
|
||||
]
|
||||
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"errors"
|
||||
]
|
||||
Reference in New Issue
Block a user