This commit is contained in:
2020-09-14 19:46:11 +00:00
parent 24e90e49dc
commit 5f2ed3e0b1

View File

@@ -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(