feat: Adds automation view for assigning an agent (#6131)

* feat: Adds automation view for assigning an agent

Co-authored-by: Tejaswini Chile <tejaswini@chatwoot.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sivin Varghese
2023-01-10 11:35:56 +05:30
committed by GitHub
parent 28c8023bad
commit add33d032c
7 changed files with 39 additions and 10 deletions

View File

@@ -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)