From 833d03c9770cc2894eb283f10da861d193316c60 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 28 Jan 2021 23:49:33 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index b008e2aa..9e28dfa6 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2852,13 +2852,14 @@ var TaskActions = actions.Actions({ config: { 'context-exclude-attrs': [ // NOTE: these are commented out so as to reuse contexts where - // possible... (XXX revise) + // possible... (XXX) //'__links', //'__isolated', // keep all the tasks/queues in one pool... // - // NOTE: a linked context in here can stop main tasks and vise versa... + // NOTE: a linked context in here can stop main tasks and + // vise versa... // XXX what else should we isolate from the clone??? '__tasks', '__queues',