fix: Activity message for assign agent
This commit is contained in:
parent
c67e18e9e9
commit
ee4b458d1a
1 changed files with 2 additions and 0 deletions
|
@ -104,6 +104,8 @@ module ActivityMessageHandler
|
|||
end
|
||||
|
||||
def create_assignee_change_activity(user_name)
|
||||
user_name = activity_message_ownner(user_name)
|
||||
|
||||
return unless user_name
|
||||
|
||||
content = generate_assignee_change_activity_content(user_name)
|
||||
|
|
Loading…
Reference in a new issue