Skip to content

Commit

Permalink
Merge pull request #2767 from akvo/issue/2505-downloadable-exports
Browse files Browse the repository at this point in the history
Send questionId property when generating report (connect #2505)
  • Loading branch information
stellanl authored Jul 5, 2018
2 parents 5396203 + 3e09819 commit fc1b067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dashboard/app/js/lib/models/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ FLOW.Report = FLOW.BaseModel.extend({
endDate: DS.attr('string'),
message: DS.attr('string'),
filename: DS.attr('string'),
questionId: DS.attr('number'),
createdDateTime: DS.attr('number'),
lastUpdateDateTime: DS.attr('number'),
lastCollectionOnly: DS.attr('boolean', {
Expand Down

0 comments on commit fc1b067

Please sign in to comment.