Use name instead of display_name in the dashboard
This commit is contained in:
@@ -157,7 +157,7 @@ class Conversation < ApplicationRecord
|
||||
def create_activity
|
||||
return unless Current.user
|
||||
|
||||
user_name = Current.user&.available_name
|
||||
user_name = Current.user.name
|
||||
|
||||
create_status_change_message(user_name) if saved_change_to_status?
|
||||
create_assignee_change(user_name) if saved_change_to_assignee_id?
|
||||
|
||||
Reference in New Issue
Block a user