Remove unused CAICollectionCDokumente localization, metadata, and service files; update CAIKnowledge layout and CAdvowareAkten scope type
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -10,6 +10,9 @@
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"name": "aktivierungsstatus"
|
||||
},
|
||||
{
|
||||
"name": "syncStatus"
|
||||
},
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"entity": true,
|
||||
"type": "Base",
|
||||
"module": "Custom",
|
||||
"object": true,
|
||||
"isCustom": true,
|
||||
"tab": false,
|
||||
"acl": true,
|
||||
"disabled": false
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"notifications": true,
|
||||
"stream": true,
|
||||
"disabled": false,
|
||||
"type": "BasePlus",
|
||||
"type": "Base",
|
||||
"module": "Custom",
|
||||
"object": true,
|
||||
"isCustom": true,
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user