]> git.argeo.org Git - lgpl/argeo-commons.git/blobdiff - org.argeo.security.ui.admin/src/org/argeo/security/ui/admin/commands/OpenArgeoUserEditor.java
First draft to adapt Security Admin UI to the new security model
[lgpl/argeo-commons.git] / org.argeo.security.ui.admin / src / org / argeo / security / ui / admin / commands / OpenArgeoUserEditor.java
index bae928c221abfe5770fdf61ae1b48c6e5540efa6..fe8cefa5f5011046537bcca0e310b58370d5f894 100644 (file)
@@ -15,7 +15,7 @@
  */
 package org.argeo.security.ui.admin.commands;
 
-import org.argeo.security.ui.admin.editors.ArgeoUserEditor;
+import org.argeo.security.ui.admin.editors.JcrArgeoUserEditor;
 import org.argeo.security.ui.admin.editors.ArgeoUserEditorInput;
 import org.eclipse.core.commands.AbstractHandler;
 import org.eclipse.core.commands.ExecutionEvent;
@@ -34,7 +34,7 @@ public class OpenArgeoUserEditor extends AbstractHandler {
                                        event.getParameter(PARAM_USERNAME));
                        IWorkbenchPage activePage = HandlerUtil.getActiveWorkbenchWindow(
                                        event).getActivePage();
-                       activePage.openEditor(editorInput, ArgeoUserEditor.ID);
+                       activePage.openEditor(editorInput, JcrArgeoUserEditor.ID);
                } catch (Exception e) {
                        throw new ExecutionException("Cannot open editor", e);
                }