mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged BRANCHES/DEV/V4.0-BUG-FIX to HEAD:
36740: Fix for ALF-14002: "No dashlets listed when customizing Site dashboard for the "Web Site Design Project" sample Share Site " git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@36743 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -452,7 +452,7 @@ public class HiddenAspect
|
||||
* aspects if they are present
|
||||
* @return
|
||||
*/
|
||||
public void checkHidden(FileInfoImpl fileInfo, boolean both)
|
||||
public HiddenFileInfo checkHidden(FileInfoImpl fileInfo, boolean both)
|
||||
{
|
||||
NodeRef nodeRef = fileInfo.getNodeRef();
|
||||
HiddenFileInfo hiddenFileInfo = checkHidden(nodeRef, both);
|
||||
@@ -460,6 +460,7 @@ public class HiddenAspect
|
||||
{
|
||||
fileInfo.setHidden(true);
|
||||
}
|
||||
return hiddenFileInfo;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user