comparison app/view/window/GenProbenFromMessprogramm.js @ 999:f73ca04d73a7 stammdatengrids

Refactored Server URL
author Dustin Demuth <dustin@intevation.de>
date Wed, 13 Jan 2016 14:50:28 +0100
parents f220ba587c89
children 953b359748bb
comparison
equal deleted inserted replaced
984:b21421ba6917 999:f73ca04d73a7
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({

http://lada.wald.intevation.org