2 Commits

Author SHA1 Message Date
chaim 838ef5c2c6 release: v1.1.2 2026-03-29 19:51:08 +00:00
chaim 319e2df45e 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) <noreply@anthropic.com>
2026-03-29 19:50:59 +00:00
3 changed files with 8 additions and 5 deletions
@@ -1,6 +1,7 @@
{ {
"labels": { "labels": {
"Data Migration": "העברת נתונים" "Data Migration": "העברת נתונים",
"Custom Development": "פיתוח עצמאי"
}, },
"descriptions": { "descriptions": {
"dataMigration": "ייצוא וייבוא נתוני תיקים בין מערכות EspoCRM" "dataMigration": "ייצוא וייבוא נתוני תיקים בין מערכות EspoCRM"
@@ -1,5 +1,6 @@
{ {
"system": { "customDev": {
"label": "Custom Development",
"itemList": [ "itemList": [
"__APPEND__", "__APPEND__",
{ {
@@ -8,8 +9,9 @@
"iconClass": "fas fa-exchange-alt", "iconClass": "fas fa-exchange-alt",
"description": "dataMigration", "description": "dataMigration",
"view": "modules/data-migration/views/admin/data-migration", "view": "modules/data-migration/views/admin/data-migration",
"order": 85 "order": 50
} }
] ],
"order": 30
} }
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "DataMigration", "name": "DataMigration",
"version": "1.1.1", "version": "1.1.2",
"acceptableVersions": [ "acceptableVersions": [
">=8.0.0" ">=8.0.0"
], ],