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