Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorm b <becker714td@gmail.com>2018-03-23 08:09:26 +0300
committerm b <becker714td@gmail.com>2018-04-05 21:24:45 +0300
commitb099c6ff9fcbd81beb75fd12bff8d1d5b9c16083 (patch)
treebab585d9d1c522792c9313a3e5c1c1be523beaa3 /changelogs
parent6b3585d8ea15a7ee1a5cd2f5799caace48ab0c32 (diff)
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/ui-mr-counter-cache.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/ui-mr-counter-cache.yml b/changelogs/unreleased/ui-mr-counter-cache.yml
new file mode 100644
index 00000000000..5e241bfe93f
--- /dev/null
+++ b/changelogs/unreleased/ui-mr-counter-cache.yml
@@ -0,0 +1,5 @@
+---
+title: Deleting a MR you are assigned to should decrements counter
+merge_request: 17951
+author: m b
+type: fixed