mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
AWC-537; document details action from shortcuts should launch in a dialog
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2425 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -339,7 +339,7 @@ public class UserShortcutsBean
|
|||||||
// view details for document
|
// view details for document
|
||||||
this.browseBean.setupContentAction(selectedNode.getId(), true);
|
this.browseBean.setupContentAction(selectedNode.getId(), true);
|
||||||
FacesContext fc = FacesContext.getCurrentInstance();
|
FacesContext fc = FacesContext.getCurrentInstance();
|
||||||
fc.getApplication().getNavigationHandler().handleNavigation(fc, null, "showDocDetails");
|
fc.getApplication().getNavigationHandler().handleNavigation(fc, null, "dialog:showDocDetails");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (InvalidNodeRefException refErr)
|
catch (InvalidNodeRefException refErr)
|
||||||
|
Reference in New Issue
Block a user