Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform/app/src/routes/Mode/defaultRouteInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function defaultRouteInit(

// run the hanging protocol matching on the displaySets with the predefined
// hanging protocol in the mode configuration
hangingProtocolService.run({ studies, activeStudy, displaySets }, hangingProtocolId, {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you - this has gotten tweaked several times, with the original doing a sort on the underlying series themselves as stored in the display set service.

hangingProtocolService.run({ studies, activeStudy, displaySets: sortedDisplaySets }, hangingProtocolId, {
stageIndex,
});
}
Expand Down
Loading