Remove unused CAICollectionCDokumente localization, metadata, and service files; update CAIKnowledge layout and CAdvowareAkten scope type

This commit is contained in:
2026-03-12 21:50:02 +01:00
parent 51d9f7fa22
commit d0397e475e
9 changed files with 7 additions and 177 deletions

View File

@@ -1,31 +0,0 @@
{
"labels": {
"Create CAICollectionCDokumente": "AI-Collection-Dokument-Verknüpfung erstellen",
"CAICollectionCDokumente": "AI-Collection-Dokument-Verknüpfungen"
},
"fields": {
"cAICollection": "AI-Collection",
"cAICollectionId": "AI-Collection ID",
"cDokumente": "Dokument",
"cDokumenteId": "Dokument ID",
"xaifileid": "XAI File ID",
"syncStatus": "Sync-Status",
"deleted": "Gelöscht"
},
"links": {
"cAICollection": "AI-Collection",
"cDokumente": "Dokument"
},
"options": {
"syncStatus": {
"new": "Neu",
"changed": "Geändert",
"synced": "Synchronisiert",
"deleted": "Gelöscht"
}
},
"tooltips": {
"xaifileid": "Externe XAI File ID für dieses Dokument",
"syncStatus": "Synchronisierungsstatus mit XAI"
}
}

View File

@@ -1,31 +0,0 @@
{
"labels": {
"Create CAICollectionCDokumente": "Create AI Collection Document Link",
"CAICollectionCDokumente": "AI Collection Document Links"
},
"fields": {
"cAICollection": "AI Collection",
"cAICollectionId": "AI Collection ID",
"cDokumente": "Document",
"cDokumenteId": "Document ID",
"xaifileid": "XAI File ID",
"syncStatus": "Sync Status",
"deleted": "Deleted"
},
"links": {
"cAICollection": "AI Collection",
"cDokumente": "Document"
},
"options": {
"syncStatus": {
"new": "New",
"changed": "Changed",
"synced": "Synced",
"deleted": "Deleted"
}
},
"tooltips": {
"xaifileid": "External XAI file ID for this document",
"syncStatus": "Synchronization status with XAI"
}
}

View File

@@ -10,6 +10,9 @@
}
],
[
{
"name": "aktivierungsstatus"
},
{
"name": "syncStatus"
},

View File

@@ -1,87 +0,0 @@
{
"fields": {
"id": {
"type": "id",
"dbType": "bigint",
"autoincrement": true
},
"cAICollection": {
"type": "link"
},
"cAICollectionId": {
"type": "varchar",
"len": 17,
"index": true
},
"cDokumente": {
"type": "link"
},
"cDokumenteId": {
"type": "varchar",
"len": 17,
"index": true
},
"xaifileid": {
"type": "varchar",
"len": 255,
"isCustom": true,
"tooltip": true,
"copyToClipboard": true
},
"syncStatus": {
"type": "enum",
"required": false,
"options": [
"new",
"changed",
"synced",
"deleted"
],
"style": {
"new": "info",
"changed": "warning",
"synced": "success",
"deleted": "danger"
},
"default": "new",
"isCustom": true,
"tooltip": true
},
"deleted": {
"type": "bool",
"default": false
}
},
"links": {
"cAICollection": {
"type": "belongsTo",
"entity": "CAICollection"
},
"cDokumente": {
"type": "belongsTo",
"entity": "CDokumente"
}
},
"collection": {
"orderBy": "id",
"order": "desc"
},
"indexes": {
"cAICollectionId": {
"columns": ["cAICollectionId"]
},
"cDokumenteId": {
"columns": ["cDokumenteId"]
},
"xaifileid": {
"columns": ["xaifileid"]
},
"syncStatus": {
"columns": ["syncStatus"]
},
"uniqueRelation": {
"type": "unique",
"columns": ["cAICollectionId", "cDokumenteId", "deleted"]
}
}
}

View File

@@ -1,10 +0,0 @@
{
"entity": true,
"type": "Base",
"module": "Custom",
"object": true,
"isCustom": true,
"tab": false,
"acl": true,
"disabled": false
}

View File

@@ -16,7 +16,7 @@
"notifications": true,
"stream": true,
"disabled": false,
"type": "BasePlus",
"type": "Base",
"module": "Custom",
"object": true,
"isCustom": true,

View File

@@ -1,14 +0,0 @@
<?php
namespace Espo\Custom\Services;
use Espo\Services\Record;
/**
* Junction Service: CAICollection ↔ CDokumente
*
* Handles business logic for the junction table.
*/
class CAICollectionCDokumente extends Record
{
// Standard CRUD logic inherited from Record service
}

View File

@@ -360,7 +360,7 @@ return [
0 => 'youtube.com',
1 => 'google.com'
],
'microtime' => 1773265335.978323,
'microtime' => 1773348571.271434,
'siteUrl' => 'https://crm.bitbylaw.com',
'fullTextSearchMinLength' => 4,
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',

View File

@@ -1,7 +1,7 @@
<?php
return [
'cacheTimestamp' => 1773265336,
'microtimeState' => 1773265336.114728,
'cacheTimestamp' => 1773348571,
'microtimeState' => 1773348571.391315,
'currencyRates' => [
'EUR' => 1.0
],