Commit 5b999198 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'fix-labels-url-in-merge-request-analytics' into 'master'

Show labels from ancestor groups in MR analytics

See merge request gitlab-org/gitlab!44987
parents a6b5e4cf aef06670
- page_title _("Merge Request Analytics")
#js-merge-request-analytics-app{ data: { type: 'project', full_path: @project.full_path, milestone_path: project_milestones_path(@project), labels_path: project_labels_path(@project) } }
#js-merge-request-analytics-app{ data: { type: 'project', full_path: @project.full_path, milestone_path: project_milestones_path(@project), labels_path: project_labels_path(@project, include_ancestor_groups: true) } }
---
title: Label filter includes labels from ancestor groups on merge request analytics
page
merge_request: 44987
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment