Browse Source

Fix call to queue

pull/2/head
vbarkasov 8 years ago
parent
commit
79b6f4a44c
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/apps/callflows/submodules/callcenter/callcenter.js

+ 2
- 2
src/apps/callflows/submodules/callcenter/callcenter.js View File

@ -91,11 +91,11 @@ define(function(require){
i18nApp = self.i18n.active().callflows.callcenter;
$.extend(callflow_nodes, {
'acdc_queue[id=*]': {
'acdc_member[id=*]': {
name: i18nApp.queue,
icon: 'link',
category: i18nApp.category,
module: 'acdc_queue',
module: 'acdc_member',
tip: i18nApp.tooltip,
data: {
id: 'null'


Loading…
Cancel
Save