Fix object data to be sent to fetch analytics data

This commit is contained in:
Alfredo Sumaran 2016-10-14 16:29:54 -05:00 committed by Fatih Acet
parent 1e66061b1e
commit 1a53511a34

View file

@ -36,7 +36,11 @@
method: 'GET', method: 'GET',
dataType: 'json', dataType: 'json',
contentType: 'application/json', contentType: 'application/json',
data: { start_date: options.startDate } data: {
cycle_analytics: {
start_date: options.startDate
}
}
}).done((data) => { }).done((data) => {
this.decorateData(data); this.decorateData(data);
this.initDropdown(); this.initDropdown();