Mercurial > lada > lada-client
comparison app/controller/FilterResult.js @ 727:e002234d7da5
Corrected URL for lada-server in export and import
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Fri, 17 Apr 2015 10:51:40 +0200 |
parents | 83c571b022f3 |
children | 6e28ebbe1a73 |
comparison
equal
deleted
inserted
replaced
726:6bc05ba2f6b1 | 727:e002234d7da5 |
---|---|
64 proben.push(selection[i].get('id')); | 64 proben.push(selection[i].get('id')); |
65 } | 65 } |
66 | 66 |
67 Ext.Ajax.request({ | 67 Ext.Ajax.request({ |
68 method: 'POST', | 68 method: 'POST', |
69 url: '/lada-server/export/laf', | 69 url: 'lada-server/export/laf', |
70 jsonData: {'proben': proben}, | 70 jsonData: {'proben': proben}, |
71 headers: {'X-OPENID-PARAMS': Lada.openIDParams}, | 71 headers: {'X-OPENID-PARAMS': Lada.openIDParams}, |
72 success: function(response) { | 72 success: function(response) { |
73 var content = response.responseText; | 73 var content = response.responseText; |
74 var blob = new Blob([content],{type: 'text/plain'}); | 74 var blob = new Blob([content],{type: 'text/plain'}); |