added last changed at to system notification

This commit is contained in:
Miha Mencin 2019-02-01 12:44:45 +01:00
parent 1ca225bc5d
commit e2b94fa8a7

View file

@ -17,7 +17,8 @@ namespace :notifications do
modal_title: system_notification.title,
modal_body: system_notification.message,
show_on_login: false,
source_created_at: system_notification.created_at
source_created_at: system_notification.created_at,
last_time_changed_at: system_notification.created_at
)
created_at = system_notification.created_at