mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 23:08:25 +08:00
FIX: pass correct date arguments to server when exporting CSV
This commit is contained in:
@ -218,8 +218,8 @@ export default Ember.Component.extend({
|
||||
|
||||
exportEntity("report", {
|
||||
name: this.get("model.type"),
|
||||
startDate: this.get("startDate"),
|
||||
endDate: this.get("endDate"),
|
||||
start_date: this.get("startDate"),
|
||||
end_date: this.get("endDate"),
|
||||
category_id: customFilters.category,
|
||||
group_id: customFilters.group
|
||||
}).then(outputExportResult);
|
||||
|
Reference in New Issue
Block a user