This commit is contained in:
2020-06-24 22:28:15 +00:00
parent 6bb3ac290c
commit 9aa60dae7a
21 changed files with 61 additions and 61 deletions

View File

@@ -887,7 +887,7 @@ function generateMenu(vm) {
let menuOptions = {
isMain: false,
icon: "fa-filter",
title: vm.$ay.t("DataListView"),
title: "DataListView",
helpUrl: "form-ay-data-list-view",
formData: {
ayaType: window.$gz.type.FormCustom,
@@ -898,7 +898,7 @@ function generateMenu(vm) {
if (vm.rights.change) {
menuOptions.menuItems.push({
title: vm.$ay.t("Save"),
title: "Save",
icon: "fa-save",
surface: true,
key: FORM_KEY + ":save",
@@ -907,7 +907,7 @@ function generateMenu(vm) {
}
if (vm.rights.delete) {
menuOptions.menuItems.push({
title: vm.$ay.t("Delete"),
title: "Delete",
icon: "fa-trash-alt",
surface: true,
key: FORM_KEY + ":delete",
@@ -916,7 +916,7 @@ function generateMenu(vm) {
}
if (vm.rights.change) {
menuOptions.menuItems.push({
title: vm.$ay.t("Duplicate"),
title: "Duplicate",
icon: "fa-clone",
key: FORM_KEY + ":duplicate",
vm: vm