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:
2026-01-20 21:24:22 +01:00
parent ed710c73a5
commit 8a814681b0
5 changed files with 94 additions and 50 deletions

View 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
}
]

View File

@@ -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
}
]

View File

@@ -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
View File