mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-02 01:45:38 +08:00
Fixed creating notifications when users are inactive [SCI-5938]
This commit is contained in:
parent
07a458bab6
commit
403bce6f5f
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…
Add table
Reference in a new issue