Mercurial > lada > lada-client
comparison app/view/window/GenProbenFromMessprogramm.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | f73ca04d73a7 |
children | 953b359748bb |
comparison
equal
deleted
inserted
replaced
1002:54179b6043b6 | 1007:23bfcbdb4527 |
---|---|
54 end: new Date(me.down('datetime [name=end]').getValue()).valueOf() | 54 end: new Date(me.down('datetime [name=end]').getValue()).valueOf() |
55 }; | 55 }; |
56 | 56 |
57 | 57 |
58 Ext.Ajax.request({ | 58 Ext.Ajax.request({ |
59 url: 'lada-server/probe/messprogramm', | 59 url: 'lada-server/rest/probe/messprogramm', |
60 method: 'POST', | 60 method: 'POST', |
61 jsonData: jsondata, | 61 jsonData: jsondata, |
62 success: function(response) { | 62 success: function(response) { |
63 var json = Ext.JSON.decode(response.responseText); | 63 var json = Ext.JSON.decode(response.responseText); |
64 Ext.Msg.show({ | 64 Ext.Msg.show({ |