From 319e2df45e7518cb7ab8c076473096837145e97e Mon Sep 17 00:00:00 2001 From: Chaim Marcus Date: Sun, 29 Mar 2026 19:50:59 +0000 Subject: [PATCH] fix: move admin panel item to customDev section Move Data Migration from system section to unified "Custom Development" section shared by all custom extensions. Co-Authored-By: Claude Opus 4.6 (1M context) --- .../Modules/DataMigration/Resources/i18n/fa_IR/Admin.json | 3 ++- .../DataMigration/Resources/metadata/app/adminPanel.json | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/files/custom/Espo/Modules/DataMigration/Resources/i18n/fa_IR/Admin.json b/files/custom/Espo/Modules/DataMigration/Resources/i18n/fa_IR/Admin.json index e3d82f2..3d79bf7 100644 --- a/files/custom/Espo/Modules/DataMigration/Resources/i18n/fa_IR/Admin.json +++ b/files/custom/Espo/Modules/DataMigration/Resources/i18n/fa_IR/Admin.json @@ -1,6 +1,7 @@ { "labels": { - "Data Migration": "העברת נתונים" + "Data Migration": "העברת נתונים", + "Custom Development": "פיתוח עצמאי" }, "descriptions": { "dataMigration": "ייצוא וייבוא נתוני תיקים בין מערכות EspoCRM" diff --git a/files/custom/Espo/Modules/DataMigration/Resources/metadata/app/adminPanel.json b/files/custom/Espo/Modules/DataMigration/Resources/metadata/app/adminPanel.json index 7efbb43..a5db0b4 100644 --- a/files/custom/Espo/Modules/DataMigration/Resources/metadata/app/adminPanel.json +++ b/files/custom/Espo/Modules/DataMigration/Resources/metadata/app/adminPanel.json @@ -1,5 +1,6 @@ { - "system": { + "customDev": { + "label": "Custom Development", "itemList": [ "__APPEND__", { @@ -8,8 +9,9 @@ "iconClass": "fas fa-exchange-alt", "description": "dataMigration", "view": "modules/data-migration/views/admin/data-migration", - "order": 85 + "order": 50 } - ] + ], + "order": 30 } }