Skip to content

Commit

Permalink
feat: grant list order by
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Jun 3, 2024
1 parent 79b6bac commit 5f738e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/mapping/grants/list.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
}
],
"count": "@odata.count",
"urlParams": "?$filter=<filterString>&$count=true&$expand=status($select=statusName),geography($select=name),activityArea($select=name),principalRecipient($select=name),narratives($select=narrativeType,narrativeLanguage,narrativeText)&$select=code,status,geography,activityArea,principalRecipient,periodStartDate,periodEndDate,narratives,totalSignedAmount_ReferenceRate,totalCommitmentAmount_ReferenceRate,totalDisbursedAmount_ReferenceRate&$orderby=status/statusName asc,periodStartDate desc"
"urlParams": "?$filter=<filterString>&$count=true&$expand=status($select=statusName),geography($select=name),activityArea($select=name),principalRecipient($select=name),narratives($select=narrativeType,narrativeLanguage,narrativeText)&$select=code,status,geography,activityArea,principalRecipient,periodStartDate,periodEndDate,narratives,totalSignedAmount_ReferenceRate,totalCommitmentAmount_ReferenceRate,totalDisbursedAmount_ReferenceRate&$orderby=status/statusName asc,geography/name asc,code asc"
}

0 comments on commit 5f738e1

Please sign in to comment.