Fixed creating notifications when users are inactive [SCI-5938]

This commit is contained in:
Martin Artnik 2021-08-18 10:45:29 +02:00
parent 07a458bab6
commit 403bce6f5f

View file

@ -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