From 5f2ed3e0b1f7f9b9d4ebe73919119c037feb6d49 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 14 Sep 2020 19:46:11 +0000 Subject: [PATCH] --- ayanova/src/views/ay-report-edit.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index 04e576ea..a8050fae 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -356,7 +356,9 @@ Handlebars.registerHelper('loud', function (aString) { //enable / disable RENDER button if it can be rendered (has data) if (this.reportData != null) { - if (!val.dirty) {//not disabling if invalid because that sometimes just means it needs to be re-run due to server error + if (!val.dirty) { + //not disabling if invalid because that sometimes just means it needs to be re-run due to server error + //maybe more of an issue during development but for now it's annoying window.$gz.eventBus.$emit("menu-enable-item", FORM_KEY + ":render"); } else { window.$gz.eventBus.$emit(