Mercurial > lada > lada-client
diff 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 |
line wrap: on
line diff
--- a/app/view/window/Messprogramm.js Tue Oct 11 17:40:37 2016 +0200 +++ b/app/view/window/Messprogramm.js Thu Oct 13 14:42:26 2016 +0200 @@ -176,6 +176,7 @@ this.down('messmethodengrid').setReadOnly(true); this.down('messprogrammform').setRecord(record); } + this.down('messprogrammform').isValid(); }, //This was used in a Probewindow, I left it here for reference...