From 79b6f4a44c5cb894cb08cc106e5aa3d8842a5493 Mon Sep 17 00:00:00 2001 From: vbarkasov Date: Tue, 30 Jan 2018 23:36:06 +0700 Subject: [PATCH] Fix call to queue --- src/apps/callflows/submodules/callcenter/callcenter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/callflows/submodules/callcenter/callcenter.js b/src/apps/callflows/submodules/callcenter/callcenter.js index a4ef567..fbfa1f1 100644 --- a/src/apps/callflows/submodules/callcenter/callcenter.js +++ b/src/apps/callflows/submodules/callcenter/callcenter.js @@ -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'