Skip to content

Commit

Permalink
Merge pull request #993 from bcgov/bugs/pagination
Browse files Browse the repository at this point in the history
Pagination call fix
  • Loading branch information
SodhiA1 authored Aug 24, 2023
2 parents 56d08e8 + 0c12d35 commit 33120b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/components/sdc.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function getSDCSchoolCollectionStudentPaginated(req, res) {

const search = [{
condition: null,
searchCriteriaList: [{key: 'sdcSchoolCollectionID', value: req.params.sdcSchoolCollectionID, operation: FILTER_OPERATION.EQUAL, valueType: VALUE_TYPE.UUID}]
searchCriteriaList: [{key: 'sdcSchoolCollection.sdcSchoolCollectionID', value: req.params.sdcSchoolCollectionID, operation: FILTER_OPERATION.EQUAL, valueType: VALUE_TYPE.UUID}]
}, {
condition: CONDITION.AND,
searchCriteriaList: createSearchCriteria(req.query.searchParams)
Expand Down

0 comments on commit 33120b1

Please sign in to comment.