From 5a680261c7d5c817eff16b630bfb5f0fac8c61e9 Mon Sep 17 00:00:00 2001 From: Evren Ozkan Date: Thu, 16 Jun 2016 18:36:38 -0400 Subject: [PATCH] - Do not attempt to get studies metadata if ViewerData already has studies property and use it to view studies in tab (for cases when a tab is opened with metadata externally) - Add showStudyListTab helper whether to show StudyListTab in worklist template - it is shown by default (it is not shown only if "data.showStudyListTab" is set to false when rendering worklist template) --- .../worklist/client/components/worklist.html | 18 ++- .../worklist/client/components/worklist.js | 14 ++ Packages/worklist/client/lib/switchToTab.js | 124 ++++++++++-------- 3 files changed, 92 insertions(+), 64 deletions(-) diff --git a/Packages/worklist/client/components/worklist.html b/Packages/worklist/client/components/worklist.html index 5c5305250..2d81d81a2 100644 --- a/Packages/worklist/client/components/worklist.html +++ b/Packages/worklist/client/components/worklist.html @@ -1,18 +1,22 @@