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:
parent
6151526674
commit
a57979b278
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue