mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2026-01-07 00:36:08 +08:00
Show other users in not assigned form [SCI-11492]
This commit is contained in:
parent
102951d66b
commit
ee6f759d35
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue