chore: Enhance contact merge action for identified users (#4886)
- Discard conflicting keys - Do not merge if there is already an identified contact Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
@@ -199,6 +199,7 @@ Rails.application.routes.draw do
|
||||
resource :contact, only: [:show, :update] do
|
||||
collection do
|
||||
post :destroy_custom_attributes
|
||||
patch :set_user
|
||||
end
|
||||
end
|
||||
resources :inbox_members, only: [:index]
|
||||
|
||||
Reference in New Issue
Block a user