mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
Reset the file type in the info object to stop all files showing up as links. Fix for AR-1224.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5070 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -232,6 +232,8 @@ public class ContentSearchContext extends SearchContext
|
|||||||
|
|
||||||
info.setFileType( FileType.SymbolicLink);
|
info.setFileType( FileType.SymbolicLink);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
info.setFileType( FileType.RegularFile);
|
||||||
|
|
||||||
// Indicate that the file information is valid
|
// Indicate that the file information is valid
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user