From c01aacd92c880f2ba2f4b5fd84dcbf2d28d00355 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 30 Dec 2019 21:12:10 +0000 Subject: [PATCH] --- ayanova/src/api/gzmenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index e2a9804d..fb80138c 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -44,7 +44,7 @@ export default { } //WIKI - if (formRecordId != 0) { + if (formAyaType != 0 && formRecordId != 0) { vm.appBar.menuItems.push({ title: window.$gz.locale.get("WikiPage"), icon: "feather",