LT-32: Target tool shall be active by default for baseline time points

This commit is contained in:
Aysel Afsar 2016-02-23 17:34:54 -05:00
parent 68575ebaa9
commit 192e3c5988

View File

@ -28,6 +28,12 @@ function dblClickOnStudy(data) {
}
});
// Check timepointType whether or not baseline
if ((timepoint.timepointType).toLowerCase() === "baseline") {
// Set active tool as lesion tool
toolManager.setActiveTool('lesion');
}
if (!timepoint) {
openNewTab(data.studyInstanceUid, title);
return;