mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-15191: Saving files (new or existing) to Alfresco via CIFS using iWork Pages or Numbers results in invisible files
Modify HiddenAspect to hide node with explicit='false' by default. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@49055 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -481,7 +481,7 @@ public class HiddenAspect
|
|||||||
*/
|
*/
|
||||||
public void hideNode(NodeRef nodeRef, int clientVisibilityMask)
|
public void hideNode(NodeRef nodeRef, int clientVisibilityMask)
|
||||||
{
|
{
|
||||||
addHiddenAspect(nodeRef, clientVisibilityMask, true);
|
addHiddenAspect(nodeRef, clientVisibilityMask, false);
|
||||||
addIndexControlAspect(nodeRef);
|
addIndexControlAspect(nodeRef);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user