Skip to content

Commit

Permalink
Merge pull request #255 from Eastern-Research-Group/develop
Browse files Browse the repository at this point in the history
Sync staging with develop
  • Loading branch information
courtneymyers authored Nov 18, 2022
2 parents 46227a7 + 0fd98bb commit 860f9c7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/server/app/routes/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,7 @@ router.get("/formio-application-submissions", storeBapComboKeys, (req, res) => {
`?sort=-modified` +
`&limit=1000000` +
`&data.bap_hidden_entity_combo_key=` +
`${req.bapComboKeys.join("&data.bap_hidden_entity_combo_key=")}` +
`&select=_id,state,modified,` +
`data.last_updated_by,` +
`data.bap_hidden_entity_combo_key,` +
`data.applicantUEI,` +
`data.applicantEfti,` +
`data.applicantEfti_display,` +
`data.applicantOrganizationName,` +
`data.schoolDistrictName`;
`${req.bapComboKeys.join("&data.bap_hidden_entity_combo_key=")}`;

axiosFormio(req)
.get(userSubmissionsUrl)
Expand Down

0 comments on commit 860f9c7

Please sign in to comment.