Update deps and Zammad version (6.4.1)

This commit is contained in:
Darren Clarke 2025-01-15 14:15:02 +01:00
parent 07ee819520
commit 9e5ea2fc41
40 changed files with 973 additions and 849 deletions

View file

@ -10,7 +10,7 @@ class CdrSignalChannel < ActiveRecord::Migration[5.2]
)
Permission.create_if_not_exists(
name: 'admin.channel_cdr_signal',
note: 'Manage %s',
description: 'Manage %s',
preferences: {
translations: ['Channel - Signal']
}

View file

@ -10,7 +10,7 @@ class CdrVoiceChannel < ActiveRecord::Migration[5.2]
)
Permission.create_if_not_exists(
name: 'admin.channel_cdr_voice',
note: 'Manage %s',
description: 'Manage %s',
preferences: {
translations: ['Channel - Voice']
}

View file

@ -10,7 +10,7 @@ class CdrWhatsappChannel < ActiveRecord::Migration[5.2]
)
Permission.create_if_not_exists(
name: 'admin.channel_cdr_whatsapp',
note: 'Manage %s',
description: 'Manage %s',
preferences: {
translations: ['Channel - Whatsapp']
}