diff --git a/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/clientDefs/AssistantRule.json b/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/clientDefs/AssistantRule.json new file mode 100644 index 0000000..2db7d38 --- /dev/null +++ b/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/clientDefs/AssistantRule.json @@ -0,0 +1,10 @@ +{ + "controller": "controllers/record", + "color": "#5e8c61", + "iconClass": "fas fa-list-check", + "boolFilterList": ["onlyMy"], + "filterList": [ + {"name": "active"}, + {"name": "inactive"} + ] +} diff --git a/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/clientDefs/CaseMemory.json b/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/clientDefs/CaseMemory.json new file mode 100644 index 0000000..ba9351b --- /dev/null +++ b/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/clientDefs/CaseMemory.json @@ -0,0 +1,10 @@ +{ + "controller": "controllers/record", + "color": "#9b59b6", + "iconClass": "fas fa-brain", + "boolFilterList": ["onlyMy"], + "filterList": [ + {"name": "pinned"}, + {"name": "byCategory"} + ] +} diff --git a/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/scopes/AssistantRule.json b/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/scopes/AssistantRule.json index 3c99bf1..5ea262d 100644 --- a/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/scopes/AssistantRule.json +++ b/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/scopes/AssistantRule.json @@ -7,5 +7,7 @@ "aclLevelList": ["all", "team", "own", "no"], "stream": false, "tab": true, - "disabled": false + "disabled": false, + "importable": false, + "customizable": true } diff --git a/manifest.json b/manifest.json index 8818e41..f3088f7 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "module": "SmartAssistant", "description": "Unified AI Assistant for Legal CRM — floating chat with case memory, office alerts, and AI Gateway integration", "author": "klear", - "version": "2.10.2", + "version": "2.10.3", "acceptableVersions": [ ">=8.0.0" ],