From 6a8205c32efe1a8053b2ded0b3be2521e4572f0c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 27 Jan 2021 16:22:24 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 2c7c0e1f..b008e2aa 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2851,15 +2851,18 @@ function(title, func){ var TaskActions = actions.Actions({ config: { 'context-exclude-attrs': [ - // XXX what else should we isolate from the clone??? - '__tasks', - '__queues', - // NOTE: these are commented out so as to reuse contexts where // possible... (XXX revise) //'__links', //'__isolated', + // keep all the tasks/queues in one pool... + // + // NOTE: a linked context in here can stop main tasks and vise versa... + // XXX what else should we isolate from the clone??? + '__tasks', + '__queues', + 'features', ], },