From d5c8a60193e72a1ec1ea8a413574b16a0cdd0ca5 Mon Sep 17 00:00:00 2001 From: Chaim Marcus Date: Sun, 29 Mar 2026 21:34:18 +0000 Subject: [PATCH] fix: add clientModule to module.json for client-side template resolution Co-Authored-By: Claude Opus 4.6 (1M context) --- files/custom/Espo/Modules/SmartAssistant/Resources/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/custom/Espo/Modules/SmartAssistant/Resources/module.json b/files/custom/Espo/Modules/SmartAssistant/Resources/module.json index 7708347..e3f453f 100644 --- a/files/custom/Espo/Modules/SmartAssistant/Resources/module.json +++ b/files/custom/Espo/Modules/SmartAssistant/Resources/module.json @@ -5,5 +5,6 @@ "espocrm": ">=8.0.0" }, "author": "klear", - "description": "Unified AI Assistant for Legal CRM" + "description": "Unified AI Assistant for Legal CRM", + "clientModule": "smart-assistant" }