Merge branch 'release/v8.1.0' into develop

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
Sergey Linnik
2024-03-21 14:23:41 +03:00
10 changed files with 9 additions and 9 deletions

View File

@ -297,7 +297,7 @@ public class FileModel {
edit = canEdit && (modeParam.equals("edit") || modeParam.equals("view") || modeParam.equals("filter")
|| modeParam.equals("blockcontent"));
print = !user.getDeniedPermissions().contains("print");
fillForms = !modeParam.equals("view") && !modeParam.equals("comment") && !modeParam.equals("embedded")
fillForms = !modeParam.equals("view") && !modeParam.equals("comment")
&& !modeParam.equals("blockcontent");
modifyFilter = !modeParam.equals("filter");
modifyContentControl = !modeParam.equals("blockcontent");