changeset 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 46cc69277b8e
children 93de61af9b9e
files app/view/messungen/Create.js
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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