From c971d4c0d91dce99633d33ede355ffeba54c8c10 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 11 Nov 2015 11:09:34 +0100 Subject: [PATCH] hide layout_ref chat --- .../app/controllers/layout_ref.coffee | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/app/assets/javascripts/app/controllers/layout_ref.coffee b/app/assets/javascripts/app/controllers/layout_ref.coffee index 750a3d335..bc8492211 100644 --- a/app/assets/javascripts/app/controllers/layout_ref.coffee +++ b/app/assets/javascripts/app/controllers/layout_ref.coffee @@ -1892,24 +1892,24 @@ class App.CustomerChatRef extends App.Controller else @nextQuestion() -class CustomerChatRouter extends App.ControllerPermanent - constructor: (params) -> - super +# class CustomerChatRouter extends App.ControllerPermanent +# constructor: (params) -> +# super - # check authentication - return if !@authenticate() +# # check authentication +# return if !@authenticate() - App.TaskManager.execute( - key: 'CustomerChatRef' - controller: 'CustomerChatRef' - params: {} - show: true - persistent: true - ) +# App.TaskManager.execute( +# key: 'CustomerChatRef' +# controller: 'CustomerChatRef' +# params: {} +# show: true +# persistent: true +# ) -App.Config.set( 'layout_ref/customer_chat', CustomerChatRouter, 'Routes' ) -App.Config.set( 'CustomerChatRef', { controller: 'CustomerChatRef', authentication: true }, 'permanentTask' ) -App.Config.set( 'CustomerChatRef', { prio: 1200, parent: '', name: 'Customer Chat', target: '#layout_ref/customer_chat', key: 'CustomerChatRef', role: ['Agent'], class: 'chat' }, 'NavBar' ) +# App.Config.set( 'layout_ref/customer_chat', CustomerChatRouter, 'Routes' ) +# App.Config.set( 'CustomerChatRef', { controller: 'CustomerChatRef', authentication: true }, 'permanentTask' ) +# App.Config.set( 'CustomerChatRef', { prio: 1200, parent: '', name: 'Customer Chat', target: '#layout_ref/customer_chat', key: 'CustomerChatRef', role: ['Agent'], class: 'chat' }, 'NavBar' ) class chatWindowRef extends Spine.Controller