FileUltimate icon indicating copy to clipboard operation
FileUltimate copied to clipboard

Bug with Denied Permissions

Open jason-vetter-drasgow opened this issue 1 year ago • 0 comments

Here are 2 examples regarding access control permissions on a directory: Note: In these examples, AllowedPermissions is set to FileManagerPermissions.ReadOnly

#1: In the Preview pane, there is no Print button and there is no Download button. AccessControl.DeniedPermissions = FileManagerPermissions.Download Or FileManagerPermissions.Copy Or FileManagerPermissions.Print

#2: In the Preview pane, there is a Print button and a Download button. AccessControl.DeniedPermissions = FileManagerPermissions.Download Or FileManagerPermissions.Copy

There should not be a Print button in case #2. It seems that when Print is available, download automatically becomes available.

jason-vetter-drasgow avatar Jul 18 '23 16:07 jason-vetter-drasgow