Bug: MR resolved discussions count is off
Description
In https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7780 the diff summary count shows "3/49" but in reality it was "48/49".
Why is this happening?
I think it has to do with this line in mutations.js
. It isn't checking if the inner notes
are resolvable
.
Edited by Paul Slaughter