Add "rubrum" field to CAkten localization and metadata; update layout and configuration files

This commit is contained in:
2026-03-26 10:06:00 +01:00
parent 6ac852b42a
commit 8e7bb9f141
6 changed files with 23 additions and 15 deletions

View File

@@ -25,7 +25,8 @@
"globalSyncStatus": "Globaler Sync-Status",
"globalLastSync": "Globaler letzter Sync",
"syncSchalter": "Sync aktiv",
"dokumentes": "Dokumente"
"dokumentes": "Dokumente",
"rubrum": "Rubrum"
},
"options": {
"syncStatus": {
@@ -73,6 +74,7 @@
"aiSyncEnabled": "KI-Synchronisation für diese Akte aktivieren oder deaktivieren",
"globalSyncStatus": "Übergreifender Sync-Status über alle Synchronisationssysteme",
"globalLastSync": "Zeitpunkt des letzten Sync-Vorgangs über alle Systeme",
"syncSchalter": "Globaler Sync-Schalter: aktiviert oder deaktiviert alle Synchronisationen für diese Akte"
"syncSchalter": "Globaler Sync-Schalter: aktiviert oder deaktiviert alle Synchronisationen für diese Akte",
"rubrum": "Rubrum der Akte aus Advoware (Kurzbezeichnung der Parteien)"
}
}

View File

@@ -26,7 +26,8 @@
"globalSyncStatus": "Global Sync Status",
"globalLastSync": "Global Last Sync",
"syncSchalter": "Sync Active",
"dokumentes": "Documents"
"dokumentes": "Documents",
"rubrum": "Rubrum"
},
"options": {
"syncStatus": {
@@ -74,6 +75,7 @@
"aiSyncEnabled": "Enable or disable AI synchronization for this file",
"globalSyncStatus": "Overall sync status across all synchronization systems",
"globalLastSync": "Timestamp of last sync across all systems",
"syncSchalter": "Global sync switch: enables or disables all synchronizations for this file"
"syncSchalter": "Global sync switch: enables or disables all synchronizations for this file",
"rubrum": "Rubrum of the file from Advoware (short designation of parties)"
}
}

View File

@@ -32,7 +32,9 @@
}
],
[
{},
{
"name": "rubrum"
},
{
"name": "aktivierungsstatus"
}
@@ -52,7 +54,9 @@
{
"rows": [
[
{},
{
"name": "aiCollectionId"
},
{
"name": "aiAktivierungsstatus"
}
@@ -64,12 +68,6 @@
{
"name": "aiLastSync"
}
],
[
{
"name": "aiCollectionId"
},
{}
]
],
"style": "default",

View File

@@ -200,6 +200,12 @@
"default": true,
"tooltip": true,
"isCustom": true
},
"rubrum": {
"type": "varchar",
"maxLength": 500,
"tooltip": true,
"isCustom": true
}
},
"links": {