mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 16:14:58 +08:00
Merge pull request #7736 from artoscinote/ma_SCI_10906
Fix user assignment deletion for public projects [SCI-10906]
This commit is contained in:
commit
9c3e1d1946
1 changed files with 0 additions and 2 deletions
|
@ -103,8 +103,6 @@ module AccessPermissions
|
|||
destroy: true
|
||||
)
|
||||
|
||||
user_assignment.destroy!
|
||||
|
||||
log_activity(:unassign_user_from_project, { user_target: user_assignment.user.id,
|
||||
role: user_assignment.user_role.name })
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue