Mercurial > lada > lada-client
diff app/view/window/MessungEdit.js @ 1017:d8e74bd89d6b
Fixed Activation of StatusReset Button
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 04 Feb 2016 12:08:21 +0100 |
parents | c943340176d4 |
children | 5ed859241fc9 |
line wrap: on
line diff
--- a/app/view/window/MessungEdit.js Tue Feb 02 15:26:43 2016 +0100 +++ b/app/view/window/MessungEdit.js Thu Feb 04 12:08:21 2016 +0100 @@ -210,8 +210,8 @@ this.down('fset[name=messwerte]').down('messwertgrid').readOnly = true; this.down('fset[name=messungskommentare]').down('mkommentargrid').setReadOnly(true); this.down('fset[name=messungskommentare]').down('mkommentargrid').readOnly = true; - this.disableStatusEdit(); - this.disableStatusReset(); + //this.disableStatusEdit(); + //this.disableStatusReset(); }, /** @@ -222,8 +222,8 @@ this.down('fset[name=messwerte]').down('messwertgrid').readOnly = false; this.down('fset[name=messungskommentare]').down('mkommentargrid').setReadOnly(false); this.down('fset[name=messungskommentare]').down('mkommentargrid').readOnly = false; - this.enableStatusEdit(); - this.enableStatusReset(); + //this.enableStatusEdit(); + //this.enableStatusReset(); }, /**