summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorAlex Sanford <alex.sanford1@gmail.com>2016-11-10 20:04:28 -0400
committerAlex Sanford <alex.sanford1@gmail.com>2016-11-11 14:06:43 -0400
commit317c3883477c1af3db96fdbd7caeed46ceb67d72 (patch)
tree9f931d6375325670709b5db1b97cdc0828b2e52b /changelogs
parent8458f53c6922c0c4d160df2fc929e08060c28f60 (diff)
downloadgitlab-ce-317c3883477c1af3db96fdbd7caeed46ceb67d72.tar.gz
Ensure labels are loaded on "show" methods of MR
Previously, they were only being loaded on the actual `show` action, but not the actions representing the tabs (commits, builds, etc).
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/24397-load-labels-on-mr-tabs.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/24397-load-labels-on-mr-tabs.yml b/changelogs/unreleased/24397-load-labels-on-mr-tabs.yml
new file mode 100644
index 00000000000..6bfa7fa1a49
--- /dev/null
+++ b/changelogs/unreleased/24397-load-labels-on-mr-tabs.yml
@@ -0,0 +1,4 @@
+---
+title: Fix issue causing Labels not to appear in sidebar on MR page
+merge_request: 7416
+author: Alex Sanford