Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.6.1' into bugfix/66037
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySafronov committed Aug 6, 2024
2 parents 1fa36bf + bbe68e7 commit 8b91d8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions products/ASC.Files/Core/Core/Security/FileSecurity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,7 @@ FilesSecurityActions.Rename or
action == FilesSecurityActions.Move ||
action == FilesSecurityActions.Duplicate ||
action == FilesSecurityActions.EditHistory ||
action == FilesSecurityActions.SubmitToFormGallery ||
action == FilesSecurityActions.Embed) && file != null )
{
var parentFolders = await GetFileParentFolders(file.ParentId);
Expand Down

0 comments on commit 8b91d8f

Please sign in to comment.