This commit is contained in:
@@ -356,7 +356,7 @@ Handlebars.registerHelper('loud', function (aString) {
|
||||
|
||||
//enable / disable RENDER button if it can be rendered (has data)
|
||||
if (this.reportData != null) {
|
||||
if (!val.dirty && val.valid) {
|
||||
if (!val.dirty) {//not disabling if invalid because that sometimes just means it needs to be re-run due to server error
|
||||
window.$gz.eventBus.$emit("menu-enable-item", FORM_KEY + ":render");
|
||||
} else {
|
||||
window.$gz.eventBus.$emit(
|
||||
|
||||
Reference in New Issue
Block a user