diff app/view/messungen/Create.js @ 192:d38b763806b0

Added action attribute to button. Needed for listener.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 08 Jul 2013 14:25:02 +0200
parents f1f0351b6e2f
children edb2b636319f
line wrap: on
line diff
--- a/app/view/messungen/Create.js	Mon Jul 08 11:58:37 2013 +0200
+++ b/app/view/messungen/Create.js	Mon Jul 08 14:25:02 2013 +0200
@@ -18,7 +18,8 @@
         this.buttons = [
             {
                 text: 'Speichern',
-                scope: form
+                scope: form,
+                action: 'save'
             }
         ];
         this.callParent();

http://lada.wald.intevation.org