]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/editors/DistWorkspaceEditor.java
work on file downloads
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / editors / DistWorkspaceEditor.java
index 0d3220aafc8a62d079301f1c417ad9eba427d2cd..0a34a62da0fdeda63d5690b48b9d9a72b75d5b8f 100644 (file)
@@ -64,7 +64,7 @@ public class DistWorkspaceEditor extends FormEditor implements SlcNames {
                                        && localSession.nodeExists(editorInput.getRepoNodePath()))
                                repoNode = localSession.getNode(editorInput.getRepoNodePath());
 
-                       businessSession = RepoUtils.getCorrespondingSession(
+                       businessSession = RepoUtils.getRemoteSession(
                                        repositoryFactory, keyring, repoNode, editorInput.getUri(),
                                        editorInput.getWorkspaceName());
                } catch (RepositoryException e) {