more poking around

This commit is contained in:
brrusselburg
2025-02-13 15:12:17 -06:00
parent cb752dde6a
commit 02b9b4a227
2 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ export default class extends NotificationTypeBase {
}
get #full_name2() {
return this.notification.data.fullname2;
return this.notification.data.acting_user_name_2;
// this doesn't exist on the returned object yet
}
}

View File

@@ -25,6 +25,7 @@ module Notifications
protected
def consolidated_data(notification)
#binding.pry
return notification.data_hash if @set_data_blk.nil?
@set_data_blk.call(notification)
end