mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 09:13:02 +08:00
Merge pull request #3490 from artoscinote/ma_SCI_5938
Fixed creating notifications when users are inactive [SCI-5938]
This commit is contained in:
commit
7f122e56f2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ module NotificationsHelper
|
|||
)
|
||||
|
||||
if target_user.assignments_notification
|
||||
UserNotification.create(notification: notification, user: target_user)
|
||||
notification.create_user_notification(target_user)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue