Mercurial > lada > lada-client
comparison app/view/window/Messprogramm.js @ 1212:3e6756b0fc97
Fix and complement validation of Messprogramm from.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 13 Oct 2016 14:42:26 +0200 |
parents | 8054232535ba |
children | f3945506a4c5 |
comparison
equal
deleted
inserted
replaced
1211:85b018980347 | 1212:3e6756b0fc97 |
---|---|
174 else { | 174 else { |
175 var record = Ext.create('Lada.model.Messprogramm'); | 175 var record = Ext.create('Lada.model.Messprogramm'); |
176 this.down('messmethodengrid').setReadOnly(true); | 176 this.down('messmethodengrid').setReadOnly(true); |
177 this.down('messprogrammform').setRecord(record); | 177 this.down('messprogrammform').setRecord(record); |
178 } | 178 } |
179 this.down('messprogrammform').isValid(); | |
179 }, | 180 }, |
180 | 181 |
181 //This was used in a Probewindow, I left it here for reference... | 182 //This was used in a Probewindow, I left it here for reference... |
182 /* | 183 /* |
183 enableAddMessungen: function() { | 184 enableAddMessungen: function() { |