Skip to content

Fix Jump to next unresolved thread

Justin Boyson requested to merge jdb/fix-jump-to-next-unresolved-thread into master

What does this MR do?

Relates to #199730 (closed)

When clicking the "Jump to next unresolved discussion" from within a discussion it does not take into account which discussion is being "jumped from". The easiest way to see this is to create an MR with two or more discussions. Then click the "next" button from the first discussion. It will try to jump to itself because it has not tracked any history yet, so it thinks the first discussion is the "next" discussion.

What should happen is that it jumps to the second discussion. This MR fixes that behavior.

Screenshots

The offending button 👇

image

The incorrect behavior caught in the act! 👇

next-not-working

The much better behaving behavior. 👇

next-working

Does this MR meet the acceptance criteria?

Conformity

Merge request reports

Loading