LT-32: Target tool shall be active by default for baseline time points
This commit is contained in:
parent
68575ebaa9
commit
192e3c5988
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user