gitlab-org--gitlab-foss/changelogs/unreleased/ui-mr-counter-cache.yml
m b b099c6ff9f Deleting a MR you are assigned to should decrements counter
The merge request counter in the UI was not decreasing when a merge
request was deleting.

This was just due to the cache not being
refreshed on a delete action.

fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/44458
2018-04-05 13:24:45 -05:00

5 lines
116 B
YAML

---
title: Deleting a MR you are assigned to should decrements counter
merge_request: 17951
author: m b
type: fixed