]> 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/DistributionEditor.java
+ Add a bundle details page
[gpl/argeo-slc.git] / plugins / org.argeo.slc.client.ui.dist / src / main / java / org / argeo / slc / client / ui / dist / editors / DistributionEditor.java
index 35eb045bc0de6c2fd75e4c2fcd696e7600384e10..bdbaf6831559b4117118f2205bee90e1fa3302c2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2012 Mathieu Baudier
+ * Copyright (C) 2007-2012 Argeo GmbH
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -43,7 +43,8 @@ public class DistributionEditor extends FormEditor implements SlcNames {
                        throws PartInitException {
                DistributionEditorInput dei = (DistributionEditorInput) input;
                try {
-                       session = dei.getRepository().login(dei.getWorkspaceName());
+                       session = dei.getRepository().login(dei.getCredentials(),
+                                       dei.getWorkspaceName());
                } catch (RepositoryException e) {
                        throw new PartInitException("Cannot log to workspace "
                                        + dei.getWorkspaceName(), e);