Fixed parameters for import SDMX

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@85080 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-06 11:53:42 +00:00
parent 6151526674
commit a57979b278
1 changed files with 3 additions and 3 deletions

View File

@ -442,9 +442,9 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
Codelist codelist = sdmxImportSession.getSelectedCodelist();
map.put("Agency", codelist.getAgencyId());
map.put("Id", codelist.getId());
map.put("Version", codelist.getVersion());
map.put("agency", codelist.getAgencyId());
map.put("id", codelist.getId());
map.put("version", codelist.getVersion());
//TODO-GP: Get registry url from client