This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user