From c1ea2b7868e3ebe6adbb2c5e1196e49c077513fd Mon Sep 17 00:00:00 2001 From: Chaim Date: Tue, 31 Mar 2026 20:32:53 +0000 Subject: [PATCH] feat: add AssistantConversation scope definition --- .../Resources/metadata/scopes/AssistantConversation.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 files/custom/Espo/Modules/SmartAssistant/Resources/metadata/scopes/AssistantConversation.json diff --git a/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/scopes/AssistantConversation.json b/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/scopes/AssistantConversation.json new file mode 100644 index 0000000..c8f2460 --- /dev/null +++ b/files/custom/Espo/Modules/SmartAssistant/Resources/metadata/scopes/AssistantConversation.json @@ -0,0 +1 @@ +{"entity":true,"object":true,"module":"SmartAssistant","acl":true,"aclActionList":["create","read","edit","delete"],"aclLevelList":["all","team","own","no"],"tab":false,"stream":false,"disabled":false,"importable":false,"customizable":false} \ No newline at end of file