This commit is contained in:
@@ -306,8 +306,8 @@ function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiFilter",
|
||||
title: "DataListView",
|
||||
icon: "$ayiColumns",
|
||||
title: "Columns",
|
||||
helpUrl: "form-ay-data-list-column-view",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.FormCustom,
|
||||
@@ -354,7 +354,7 @@ async function initForm(vm) {
|
||||
async function fetchTranslatedText(vm) {
|
||||
await window.$gz.translation.cacheTranslations([
|
||||
"ResetToDefault",
|
||||
"DataListView",
|
||||
"Columns",
|
||||
"Include"
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user