This commit is contained in:
2019-12-03 20:47:04 +00:00
parent 7c497d6d8d
commit c7994c0d30
4 changed files with 20 additions and 13 deletions

View File

@@ -1,14 +1,15 @@
<template>
<UnderConstruction />
<h1>CUSTOMIZE: {{ formCustomTemplateKey }}</h1>
</template>
<script>
import UnderConstruction from "../components/underconstruction.vue";
export default {
components: {
UnderConstruction
data() {
return {
formCustomTemplateKey: this.$route.params.formCustomTemplateKey
};
},
components: {},
beforeCreate() {
window.$gz.eventBus.$emit("menu-change", {
isMain: true,

View File

@@ -666,7 +666,11 @@ function generateMenu(vm) {
icon: "fa-splotch",
title: window.$gz.locale.get("Widget"),
helpUrl: "intro/#searching",
formData: { formKey: FORM_KEY, ayaType: window.$gz.type.Widget },
formData: {
formKey: FORM_KEY,
ayaType: window.$gz.type.Widget,
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY
},
menuItems: []
};
@@ -699,8 +703,6 @@ function generateMenu(vm) {
});
}
//TODO: CUSTOMIZE OPTION IF BizAdminFull here
//STUB REPORTS
menuOptions.menuItems.push({