mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-03 19:24:48 +08:00
added last changed at to system notification
This commit is contained in:
parent
1ca225bc5d
commit
e2b94fa8a7
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue