From 500c6fc6d195d1dbaf7febe03993d5837afdc613 Mon Sep 17 00:00:00 2001 From: Carlo Venusino Date: Tue, 7 Dec 2021 16:12:39 +0100 Subject: [PATCH] TT#148700 CallQueue - [Netcologne] CSC-UI manual reload is needed to see new group under call queue drop-down menu NOTE: backport to 9.5+ needed Change-Id: I0ce1542b815bbc9ed7b38ad740589c663be0a1fb --- src/store/pbx.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/store/pbx.js b/src/store/pbx.js index 4a04351a..12aec9a2 100644 --- a/src/store/pbx.js +++ b/src/store/pbx.js @@ -333,8 +333,7 @@ export default { await Promise.all(requests) }, loadSubscribers (context) { - if (context.state.subscriberList.length === 0 && - context.state.subscriberListState !== RequestState.requesting) { + if (context.state.subscriberListState !== RequestState.requesting) { context.commit('subscribersRequesting') getSubscribers({ all: true