Show other users in not assigned form [SCI-11492]

This commit is contained in:
Anton 2025-01-22 14:16:59 +01:00
parent 102951d66b
commit ee6f759d35

View file

@ -168,7 +168,7 @@ module AccessPermissions
end
def check_read_permissions
render_403 unless can_read_form?(@form)
render_403 unless can_read_form?(@form) || can_manage_team?(@form.team)
end
def log_activity(type_of, message_items = {})