Refactor layouts for CBeteiligte and CDokumente; add new layout for CAdressen; update widths and add modifiedAt field in JSON files; adjust config timestamps.
This commit is contained in:
31
custom/Espo/Custom/Resources/layouts/CAdressen/list.json
Normal file
31
custom/Espo/Custom/Resources/layouts/CAdressen/list.json
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true,
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "beteiligte",
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "adresseStreet",
|
||||
"width": 18
|
||||
},
|
||||
{
|
||||
"name": "adressePostalCode",
|
||||
"width": 10
|
||||
},
|
||||
{
|
||||
"name": "adresseCity",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "isActive",
|
||||
"width": 10
|
||||
},
|
||||
{
|
||||
"name": "modifiedAt",
|
||||
"width": 7
|
||||
}
|
||||
]
|
||||
@@ -1,23 +1,27 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
"link": true,
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "address",
|
||||
"width": 16
|
||||
"name": "rechtsform",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "firmenname",
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "emailAddress",
|
||||
"width": 16
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "phoneNumber",
|
||||
"width": 16
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "teams",
|
||||
"width": 16,
|
||||
"notSortable": true
|
||||
"name": "modifiedAt",
|
||||
"width": 10
|
||||
}
|
||||
]
|
||||
@@ -1,18 +1,27 @@
|
||||
[
|
||||
{
|
||||
"name": "name",
|
||||
"link": true
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"width": 16
|
||||
},
|
||||
{
|
||||
"name": "description",
|
||||
"width": 16
|
||||
"link": true,
|
||||
"width": 25
|
||||
},
|
||||
{
|
||||
"name": "dokument",
|
||||
"width": 16
|
||||
"width": 20
|
||||
},
|
||||
{
|
||||
"name": "syncStatus",
|
||||
"width": 12
|
||||
},
|
||||
{
|
||||
"name": "assignedUser",
|
||||
"width": 15
|
||||
},
|
||||
{
|
||||
"name": "createdAt",
|
||||
"width": 14
|
||||
},
|
||||
{
|
||||
"name": "modifiedAt",
|
||||
"width": 14
|
||||
}
|
||||
]
|
||||
0
custom/scripts/check_and_rebuild.sh
Executable file → Normal file
0
custom/scripts/check_and_rebuild.sh
Executable file → Normal file
Reference in New Issue
Block a user