diff app/view/window/MessungEdit.js @ 707:c632c7c34029

added disable/enableChildren Method
author Dustin Demuth <dustin@intevation.de>
date Fri, 27 Mar 2015 15:22:32 +0100
parents b0f1dcdf981d
children 6f6d2df00130
line wrap: on
line diff
--- a/app/view/window/MessungEdit.js	Fri Mar 27 14:48:42 2015 +0100
+++ b/app/view/window/MessungEdit.js	Fri Mar 27 15:22:32 2015 +0100
@@ -165,10 +165,10 @@
     },
 
     setMessages: function(errors, warnings) {
-        //todo this is a stub
+        this.down('messungform').setMessages(errors, warnings);
     },
     clearMessages: function() {
-        //todo this is a stub
+        this.down('messungform').clearMessages();
     }
 
 });

http://lada.wald.intevation.org