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"
|
"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,
|
"notifications": true,
|
||||||
"stream": true,
|
"stream": true,
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"type": "BasePlus",
|
"type": "Base",
|
||||||
"module": "Custom",
|
"module": "Custom",
|
||||||
"object": true,
|
"object": true,
|
||||||
"isCustom": 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
|
|
||||||
}
|
|
||||||
@@ -360,7 +360,7 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'microtime' => 1773265335.978323,
|
'microtime' => 1773348571.271434,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
'webSocketUrl' => 'ws://api.bitbylaw.com:5000/espocrm/ws',
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'cacheTimestamp' => 1773265336,
|
'cacheTimestamp' => 1773348571,
|
||||||
'microtimeState' => 1773265336.114728,
|
'microtimeState' => 1773348571.391315,
|
||||||
'currencyRates' => [
|
'currencyRates' => [
|
||||||
'EUR' => 1.0
|
'EUR' => 1.0
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user