Fixed initial setup.
This commit is contained in:
parent
0487fa1d12
commit
778c1cdfc1
4 changed files with 5 additions and 5 deletions
|
@ -90,7 +90,7 @@ class AddSlackIntegration < ActiveRecord::Migration
|
|||
Setting.create_or_update(
|
||||
title: 'Define transaction backend.',
|
||||
name: '0100_notification',
|
||||
area: 'Transaction::Backend',
|
||||
area: 'Transaction::Backend::Async',
|
||||
description: 'Define the transaction backend to send agent notifications.',
|
||||
options: {},
|
||||
state: 'Transaction::Notification',
|
||||
|
@ -99,7 +99,7 @@ class AddSlackIntegration < ActiveRecord::Migration
|
|||
Setting.create_or_update(
|
||||
title: 'Define transaction backend.',
|
||||
name: '6000_slack_webhook',
|
||||
area: 'Transaction::Backend',
|
||||
area: 'Transaction::Backend::Async',
|
||||
description: 'Define the transaction backend which posts messages to (http://www.slack.com).',
|
||||
options: {},
|
||||
state: 'Transaction::Slack',
|
||||
|
|
|
@ -3,7 +3,7 @@ class UpdateSignatureDetection < ActiveRecord::Migration
|
|||
Setting.create_if_not_exists(
|
||||
title: 'Define transaction backend.',
|
||||
name: '1000_signature_detection',
|
||||
area: 'Transaction::Backend',
|
||||
area: 'Transaction::Backend::Async',
|
||||
description: 'Define the transaction backend to detect customers signature in email.',
|
||||
options: {},
|
||||
state: 'Transaction::SignatureDetection',
|
||||
|
|
|
@ -46,7 +46,7 @@ class CreateCtiLog < ActiveRecord::Migration
|
|||
Setting.create_if_not_exists(
|
||||
title: 'Define transaction backend.',
|
||||
name: '9100_cti_caller_id_detection',
|
||||
area: 'Transaction::Backend',
|
||||
area: 'Transaction::Backend::Async',
|
||||
description: 'Define the transaction backend which detects caller ids in objects and store them for cti lookups.',
|
||||
options: {},
|
||||
state: 'Transaction::CtiCallerIdDetection',
|
||||
|
|
|
@ -36,7 +36,7 @@ class AddClearbitIntegration < ActiveRecord::Migration
|
|||
Setting.create_if_not_exists(
|
||||
title: 'Define transaction backend.',
|
||||
name: '9000_clearbit_enrichment',
|
||||
area: 'Transaction::Backend',
|
||||
area: 'Transaction::Backend::Async',
|
||||
description: 'Define the transaction backend which will enrich customer and organization informations from (http://www.clearbit.com).',
|
||||
options: {},
|
||||
state: 'Transaction::ClearbitEnrichment',
|
||||
|
|
Loading…
Reference in a new issue