This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user