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" }