Commit 7d4f2c98 authored by Fatih Acet's avatar Fatih Acet Committed by Rémy Coutable

Merge branch '22892-cycle-analytics-date-filter-is-not-working' into 'master'

Resolve "Cycle analytics date filter is not working"

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/22892

See merge request !6906
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 577147e0
Please view this file on the master branch, on stable branches it's out of date.
## 8.13.1 (unreleased)
- Fixed hidden pipeline graph on commit and MR page. !6895
- Fix Cycle analytics not showing correct data when filtering by date. !6906
## 8.13.0 (2016-10-22)
......
......@@ -36,7 +36,11 @@
method: 'GET',
dataType: 'json',
contentType: 'application/json',
data: { start_date: options.startDate }
data: {
cycle_analytics: {
start_date: options.startDate
}
}
}).done((data) => {
this.decorateData(data);
this.initDropdown();
......
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