Skip to content

Resolve "Discussion counter is wrong on issue page"

André Luís requested to merge 13370-fix-discussion-tab-counter-on-issues into master

What does this MR do?

Resolves the situation where the Discussion tab counter would sometimes reflect the wrong count.

We were relying on the list of allDiscussions but it's more complicated than that.

We have to filter out system notes and count all individual notes in threads.

Plus, we already have a getter for that.

Screenshots

Will add soon.

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Addresses #13370 (closed)

Edited by André Luís

Merge request reports