From 384d7c6df0fa39dc2b42966f489dc7eb3559b6e5 Mon Sep 17 00:00:00 2001 From: Chaim Marcus Date: Sun, 29 Mar 2026 21:33:48 +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/DataMigration/Resources/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/custom/Espo/Modules/DataMigration/Resources/module.json b/files/custom/Espo/Modules/DataMigration/Resources/module.json index 57b2399..6f9dd7c 100644 --- a/files/custom/Espo/Modules/DataMigration/Resources/module.json +++ b/files/custom/Espo/Modules/DataMigration/Resources/module.json @@ -4,5 +4,6 @@ "requires": { "espocrm": ">=8.0.0" }, - "description": "Data migration tool for case data backup and restore" + "description": "Data migration tool for case data backup and restore", + "clientModule": "data-migration" }