Minor updated
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@86538 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ffe61d9090
commit
d1451ed24f
|
@ -142,8 +142,8 @@ public class SDMXRegistrySelectionCard extends WizardCard {
|
||||||
((SDMXRegistrySource) importSession.getSource())
|
((SDMXRegistrySource) importSession.getSource())
|
||||||
.setUrl(url.getCurrentValue());
|
.setUrl(url.getCurrentValue());
|
||||||
|
|
||||||
TDGWTServiceAsync.INSTANCE.setSDMXSession(
|
TDGWTServiceAsync.INSTANCE.setSDMXRegistrySource(
|
||||||
importSession, new AsyncCallback<Void>() {
|
((SDMXRegistrySource)importSession.getSource()), new AsyncCallback<Void>() {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onFailure(Throwable caught) {
|
public void onFailure(Throwable caught) {
|
||||||
|
@ -153,7 +153,7 @@ public class SDMXRegistrySelectionCard extends WizardCard {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onSuccess(Void result) {
|
public void onSuccess(Void result) {
|
||||||
Log.info("SDMXImportSession stored");
|
Log.info("SDMXRegistrySource stored");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue