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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user