Refactor localization and remove CAIKnowledge entity

- Removed CAIKnowledge localization files for various languages (el_GR, en_GB, en_US, es_ES, es_MX, fa_IR, fr_FR, hr_HR, hu_HU, id_ID, it_IT, ja_JP, lt_LT, lv_LV, nb_NO, nl_NL, pl_PL, pt_BR, pt_PT, ro_RO, ru_RU, sk_SK, sl_SI, sr_RS, sv_SE, th_TH, tr_TR, uk_UA, ur_IN, vi_VN, zh_CN, zh_TW).
- Deleted related layout and metadata files for CAIKnowledge.
- Removed references to CAIKnowledge in existing metadata definitions for CDokumente, CMietinkasso, and CVmhRumungsklage.
- Updated config and state files to reflect the removal of CAIKnowledge.
- Cleaned up unused localization keys in existing JSON files.
This commit is contained in:
2026-03-26 15:40:07 +01:00
parent 5a61bd550c
commit 260186d148
60 changed files with 35 additions and 753 deletions

View File

@@ -316,19 +316,6 @@
"audited": false,
"isCustom": true
},
"aIKnowledges": {
"type": "hasMany",
"relationName": "cAIKnowledgeDokumente",
"foreign": "dokumentes",
"entity": "CAIKnowledge",
"audited": true,
"isCustom": true,
"columnAttributeMap": {
"aiDocumentId": "aiKnowledgeAiDocumentId",
"syncstatus": "aiKnowledgeSyncstatus",
"lastSync": "aiKnowledgeLastSync"
}
},
"cAkten": {
"type": "belongsTo",
"foreign": "dokumentes",