import fix
This commit is contained in:
@@ -52,7 +52,8 @@
|
||||
"Updated": "Updated",
|
||||
"Skip searching for duplicates": "Skip searching for duplicates",
|
||||
"Timezone": "Timezone",
|
||||
"Remove Import Log": "Remove Import Log"
|
||||
"Remove Import Log": "Remove Import Log",
|
||||
"New Import": "New Import"
|
||||
},
|
||||
"messages": {
|
||||
"utf8": "Should be UTF-8 encoded",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"controller": "controllers/import",
|
||||
"recordViews": {
|
||||
"list":"Import.Record.List",
|
||||
"detail": "Import.Record.Detail"
|
||||
"list": "import/record/list"
|
||||
"detail": "import/record/detail"
|
||||
},
|
||||
"views": {
|
||||
"list": "Import.List",
|
||||
"detail": "Import.Detail"
|
||||
"list": "views/import/list",
|
||||
"detail": "views/import/detail"
|
||||
},
|
||||
"bottomPanels": {
|
||||
"detail": [
|
||||
|
||||
@@ -36,9 +36,9 @@ Espo.define('views/import/list', 'views/list', function (Dep) {
|
||||
Dep.prototype.setup.call(this);
|
||||
|
||||
this.menu.buttons.unshift({
|
||||
label: this.translate('Import', 'scopeNames'),
|
||||
html: 'New Import',
|
||||
link: '#Import',
|
||||
style: 'danger',
|
||||
style: 'primary',
|
||||
acl: 'edit'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user