Whatsapp unlink and channel display fixes
This commit is contained in:
parent
2fbe8ac75a
commit
b179ae5069
7 changed files with 42 additions and 20 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue