Mercurial > lada > lada-client
changeset 376:90cec3bb9c09
Updated URL for import service.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 23 Aug 2013 12:57:05 +0200 |
parents | 1179b3a1251b |
children | 132c7b086fd5 |
files | app/controller/Proben.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/Proben.js Fri Aug 16 15:19:09 2013 +0200 +++ b/app/controller/Proben.js Fri Aug 23 12:57:05 2013 +0200 @@ -70,7 +70,7 @@ var form = win.down('form'); if(form.isValid()){ form.submit({ - url: 'server/rest/proben/import', + url: 'server/rest/import/laf', waitMsg: 'Importiere...', // TODO: Handle the response correct. o must must contain the // filename (None) <2013-08-13 16:17>