mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)
59886: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 59621: Merged DEV to V4.2-BUG-FIX 58258: MNT-10038 : CIFS and FTP accessing repo without transactions for MNT-9806 58307: MNT-10038 - MNT-9806 Corrected transaction test error in ContentDiskDriverTest git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62203 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -287,13 +287,7 @@ public class ContentSearchContext extends SearchContext
|
||||
StringBuilder pathStr = new StringBuilder( m_relPath);
|
||||
pathStr.append ( info.getFileName());
|
||||
|
||||
// Set the file id
|
||||
|
||||
long id = DefaultTypeConverter.INSTANCE.convert(Long.class, cifsHelper.getNodeService().getProperty(nextNodeRef, ContentModel.PROP_NODE_DBID));
|
||||
info.setFileId((int) (id & 0xFFFFFFFFL));
|
||||
|
||||
// Check if this is a link node
|
||||
|
||||
if ( nextInfo.isLinkNode())
|
||||
{
|
||||
// Set a dummy file size for the link data that will be generated if/when the file is opened
|
||||
|
Reference in New Issue
Block a user