Mercurial > lada > lada-client
comparison app/view/window/Messprogramm.js @ 779:3309db91b8c1
PopulateINtervalls on init
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Tue, 12 May 2015 17:26:20 +0200 |
parents | 882a1a13ea96 |
children | f0b26df02157 |
comparison
equal
deleted
inserted
replaced
778:db85bafd383f | 779:3309db91b8c1 |
---|---|
140 this.setMessages(json.errors, json.warnings); | 140 this.setMessages(json.errors, json.warnings); |
141 } | 141 } |
142 // If the Messprogramm is ReadOnly, disable Inputfields and grids | 142 // If the Messprogramm is ReadOnly, disable Inputfields and grids |
143 if (this.record.get('readonly') === true) { | 143 if (this.record.get('readonly') === true) { |
144 this.down('messprogrammform').setReadOnly(true); | 144 this.down('messprogrammform').setReadOnly(true); |
145 this.disableChildren(); | 145 //this.disableChildren(); |
146 } | 146 } |
147 else { | 147 else { |
148 this.down('messprogrammform').setReadOnly(false); | 148 this.down('messprogrammform').setReadOnly(false); |
149 this.enableChildren(); | 149 //this.enableChildren(); |
150 } | 150 } |
151 me.setLoading(false); | 151 me.setLoading(false); |
152 }, | 152 }, |
153 scope: this | 153 scope: this |
154 }); | 154 }); |