mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 06:56:54 +08:00
Merge pull request #1021 from okriuchykhin/ok_SCI_2131
Fix notification for user removal from a team [SCI-2131]
This commit is contained in:
commit
d0d5481a29
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ module Users
|
|||
)
|
||||
flash.keep(:notice)
|
||||
end
|
||||
generate_notification(@user_t.user,
|
||||
generate_notification(current_user,
|
||||
@user_t.user,
|
||||
@user_t.team,
|
||||
false,
|
||||
|
|
Loading…
Reference in a new issue