mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-22 15:12:38 +00:00
ALF-10659 - CIFS PseudoFiles link hardcoded to Alfresco explorer
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@31095 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -93,7 +93,7 @@ public class PseudoFileImpl implements PseudoFileInterface
|
||||
|
||||
// Check if the URL file is enabled
|
||||
|
||||
if ( isPseudo == false && ctx.hasURLFile())
|
||||
if ( isPseudo == false && ctx.isAlfrescoURLEnabled())
|
||||
{
|
||||
// Check if it is the URL file name
|
||||
|
||||
@@ -204,7 +204,7 @@ public class PseudoFileImpl implements PseudoFileInterface
|
||||
|
||||
// Add the URL link pseudo file, if enabled
|
||||
|
||||
if ( isCIFS && ctx.hasURLFile())
|
||||
if ( isCIFS && ctx.isAlfrescoURLEnabled())
|
||||
{
|
||||
// Make sure the state has the associated node details
|
||||
|
||||
|
||||
Reference in New Issue
Block a user