Whatsapp unlink and channel display fixes

This commit is contained in:
Darren Clarke 2025-11-13 14:04:16 +01:00
parent 2fbe8ac75a
commit b179ae5069
7 changed files with 42 additions and 20 deletions

View file

@ -5,5 +5,6 @@ require '/opt/zammad/config/application'
Rails.application.initialize!
Setting.set('cdr_link_allowed_channels', 'note,cdr_signal,email')
puts "Setting 'cdr_link_allowed_channels' has been set to: 'note,cdr_signal,email'"
# Reset to default (empty = allow all channels)
Setting.set('cdr_link_allowed_channels', '')
puts "Setting 'cdr_link_allowed_channels' has been reset to default (empty = allow all channels)"