mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-6297 - Adobe Framemaker "save" function does not play well with alfresco cifs
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29687 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -76,7 +76,7 @@ public class ScenarioSimpleNonBufferedInstance implements ScenarioInstance
|
||||
else if(operation instanceof OpenFileOperation)
|
||||
{
|
||||
OpenFileOperation o = (OpenFileOperation)operation;
|
||||
return new OpenFileCommand(o.getName(), o.isWriteAccess(), o.isTruncate(), o.getRootNodeRef(), o.getPath());
|
||||
return new OpenFileCommand(o.getName(), o.getMode(), o.isTruncate(), o.getRootNodeRef(), o.getPath());
|
||||
}
|
||||
else if(operation instanceof CloseFileOperation)
|
||||
{
|
||||
|
Reference in New Issue
Block a user