- UI will show the breach in the conversation list. - UI will show the breach in the conversation header. Fixes: https://linear.app/chatwoot/issue/CW-3146/update-the-ui-to-show-the-breach-in-the-conversation-list Fixes: https://linear.app/chatwoot/issue/CW-3144/ui-update-to-show-the-breachgoing-to-breach
6 lines
91 B
Ruby
6 lines
91 B
Ruby
module Enterprise::Conversation
|
|
def list_of_keys
|
|
super + %w[sla_policy_id]
|
|
end
|
|
end
|