Skip to content

Commit

Permalink
Merge pull request #225 from flyvictor/WEB-17839-extra-fields
Browse files Browse the repository at this point in the history
WEB-17839 extraFields
  • Loading branch information
alexgolafv authored May 23, 2018
2 parents d6db952 + 5b311e8 commit 18b5004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -1422,6 +1422,7 @@ function route(name, model, resources, inflect, querytree, metadataProviders, zi
params: {id: ids.join(',')},
query: {
fields: req.query.fields,
extraFields: req.query.extraFields,
includeDeleted: req.query.includeDeleted || false
},
/* the line below fixes mocha "Fortune test runner Fortune compound document support
Expand Down

0 comments on commit 18b5004

Please sign in to comment.