[Lada-commits] [PATCH 2 of 2] Fixed typo in ExtJs selector
Wald Commits
scm-commit at wald.intevation.org
Mon May 23 11:39:25 CEST 2016
# HG changeset patch
# User Raimund Renkert <raimund.renkert at intevation.de>
# Date 1463996359 -7200
# Node ID ea5774447e4991022c77392617db2017c3c4abe8
# Parent 16cc342f1a68de1fe44c863c8fcb4d311dc49362
Fixed typo in ExtJs selector.
diff -r 16cc342f1a68 -r ea5774447e49 app/view/window/GenProbenFromMessprogramm.js
--- a/app/view/window/GenProbenFromMessprogramm.js Mon May 23 11:38:55 2016 +0200
+++ b/app/view/window/GenProbenFromMessprogramm.js Mon May 23 11:39:19 2016 +0200
@@ -50,8 +50,8 @@
handler: function() {
var jsondata = {
id: me.record.id,
- start: new Date(me.down('datefield [name=start]').getValue()).valueOf(),
- end: new Date(me.down('datefield [name=end]').getValue()).valueOf()
+ start: new Date(me.down('datefield[name=start]').getValue()).valueOf(),
+ end: new Date(me.down('datefield[name=end]').getValue()).valueOf()
};
More information about the Lada-commits
mailing list