Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 838ef5c2c6 | |||
| 319e2df45e |
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"labels": {
|
||||
"Data Migration": "העברת נתונים"
|
||||
"Data Migration": "העברת נתונים",
|
||||
"Custom Development": "פיתוח עצמאי"
|
||||
},
|
||||
"descriptions": {
|
||||
"dataMigration": "ייצוא וייבוא נתוני תיקים בין מערכות EspoCRM"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "DataMigration",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"acceptableVersions": [
|
||||
">=8.0.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user