|
|
|
@ -918,7 +918,7 @@ public class FILEChooserPane extends BasicPane {
|
|
|
|
|
access = FRContext.getOrganizationOperator().canAccess(selectedFile.getPath()); |
|
|
|
|
if (selectedFile.isEnvFile() && selectedFile instanceof FileNodeFILE) { |
|
|
|
|
FileNodeFILE fileNodeFILE = ((FileNodeFILE) selectedFile); |
|
|
|
|
access = access && fileNodeFILE.hasFullAuth() && NodeAuthProcessor.getInstance().checkFileNodeAuth(new FileNode(fileNodeFILE.getPath(),fileNodeFILE.isDirectory())); |
|
|
|
|
access = access && fileNodeFILE.hasFullAuth() && NodeAuthProcessor.getInstance().checkFileNodeAuth(new FileNode(fileNodeFILE.getPath(), fileNodeFILE.isDirectory())); |
|
|
|
|
} |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
FineLoggerFactory.getLogger().error(e.getMessage(), e); |
|
|
|
|