[Lada-commits] [PATCH 03 of 13] Added action attribute to button. Needed for listener
Wald Commits
scm-commit at wald.intevation.org
Mon Jul 8 16:17:41 CEST 2013
# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1373286302 -7200
# Node ID d38b763806b0037eaf8df6824d29d0c6c94f2837
# Parent 46cc69277b8ebd64e5f40da44841d03631cf1205
Added action attribute to button. Needed for listener.
diff -r 46cc69277b8e -r d38b763806b0 app/view/messungen/Create.js
--- 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();
More information about the Lada-commits
mailing list