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:
Gavin Cornwell
2006-02-17 11:32:48 +00:00
parent ccd57b218a
commit 3af09722de

View File

@@ -339,7 +339,7 @@ public class UserShortcutsBean
// view details for document
this.browseBean.setupContentAction(selectedNode.getId(), true);
FacesContext fc = FacesContext.getCurrentInstance();
fc.getApplication().getNavigationHandler().handleNavigation(fc, null, "showDocDetails");
fc.getApplication().getNavigationHandler().handleNavigation(fc, null, "dialog:showDocDetails");
}
}
catch (InvalidNodeRefException refErr)