X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;ds=sidebyside;f=org.argeo.slc.client.ui.dist%2Fsrc%2Forg%2Fargeo%2Fslc%2Fclient%2Fui%2Fdist%2Fwizards%2FFetchWizard.java;h=a70877da2b63173910fd639f3542b7530657ec99;hb=2a00e308e58352d94abdd740415ca5ed34e7bdfb;hp=b354e3f34c6020be6ce57d24dfe347b99132191f;hpb=cfd44de144e99014f7cff67c5b548b1828d25798;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/wizards/FetchWizard.java b/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/wizards/FetchWizard.java index b354e3f34..a70877da2 100644 --- a/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/wizards/FetchWizard.java +++ b/org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/wizards/FetchWizard.java @@ -589,7 +589,8 @@ public class FetchWizard extends Wizard { // reset workspace list wkspViewer.setAllChecked(false); workspaces.clear(); - session = currSourceRepo.login(currSourceCred); + // FIXME make it more generic + session = currSourceRepo.login(currSourceCred,RepoConstants.DEFAULT_DEFAULT_WORKSPACE); // remove unvalid elements for (String name : session.getWorkspace() .getAccessibleWorkspaceNames())