Compare commits

..

2 Commits

Author SHA1 Message Date
chaim f5c60f4272 release: v1.0.6 2026-03-31 22:56:28 +00:00
chaim 21c3e33635 fix: add getColor to dashlet for EspoCRM v9 compatibility 2026-03-31 22:56:08 +00:00
2 changed files with 5 additions and 1 deletions
@@ -81,5 +81,9 @@ define('modules/smart-assistant/views/dashlets/smart-assistant', ['view'], funct
},
];
},
getColor: function () {
return '#5c6bc0';
},
});
});
+1 -1
View File
@@ -3,7 +3,7 @@
"module": "SmartAssistant",
"description": "Unified AI Assistant for Legal CRM — floating chat with case memory, office alerts, and n8n integration",
"author": "klear",
"version": "1.0.5",
"version": "1.0.6",
"acceptableVersions": [
">=8.0.0"
],