comparison app/view/window/GenProbenFromMessprogramm.js @ 1118:ea5774447e49

Fixed typo in ExtJs selector.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 23 May 2016 11:39:19 +0200
parents 953b359748bb
children b98e3af27424
comparison
equal deleted inserted replaced
1117:16cc342f1a68 1118:ea5774447e49
48 }, { 48 }, {
49 text: i18n.getMsg('generateproben'), 49 text: i18n.getMsg('generateproben'),
50 handler: function() { 50 handler: function() {
51 var jsondata = { 51 var jsondata = {
52 id: me.record.id, 52 id: me.record.id,
53 start: new Date(me.down('datefield [name=start]').getValue()).valueOf(), 53 start: new Date(me.down('datefield[name=start]').getValue()).valueOf(),
54 end: new Date(me.down('datefield [name=end]').getValue()).valueOf() 54 end: new Date(me.down('datefield[name=end]').getValue()).valueOf()
55 }; 55 };
56 56
57 57
58 Ext.Ajax.request({ 58 Ext.Ajax.request({
59 url: 'lada-server/rest/probe/messprogramm', 59 url: 'lada-server/rest/probe/messprogramm',

http://lada.wald.intevation.org