Skip to content

Commit

Permalink
FormRoom: fixed security
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayRechkin committed Aug 6, 2024
1 parent 8031e0b commit bbe68e7
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 bbe68e7

Please sign in to comment.