diff 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
line wrap: on
line diff
--- a/app/view/window/Messprogramm.js	Tue May 12 17:00:57 2015 +0200
+++ b/app/view/window/Messprogramm.js	Tue May 12 17:26:20 2015 +0200
@@ -142,11 +142,11 @@
                     // If the Messprogramm is ReadOnly, disable Inputfields and grids
                     if (this.record.get('readonly') === true) {
                         this.down('messprogrammform').setReadOnly(true);
-                        this.disableChildren();
+                        //this.disableChildren();
                     }
                     else {
                         this.down('messprogrammform').setReadOnly(false);
-                        this.enableChildren();
+                        //this.enableChildren();
                     }
                     me.setLoading(false);
                 },

http://lada.wald.intevation.org