Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass sort to the backend on uittreksels publication table #394

Merged
merged 3 commits into from
Dec 21, 2022

Conversation

lagartoverde
Copy link
Contributor

No description provided.

@lagartoverde lagartoverde self-assigned this Dec 20, 2022
@@ -21,6 +21,7 @@ export default class MeetingsPublishUittrekselsRoute extends Route {
const query = {
include: 'behandeling.versioned-behandeling',
filter: { zitting: { ':id:': this.meetingId } },
sort: params.sort,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're also not passing page and size, best to add those as well.

  • we might want to check if this is also an issue on other routes.

@abeforgit abeforgit merged commit 8f3754c into master Dec 21, 2022
@abeforgit abeforgit deleted the bugfix/pass-sort-on-uittreksels-publication branch December 21, 2022 21:57
@abeforgit abeforgit added the bug Something isn't working label Dec 21, 2022
abeforgit pushed a commit that referenced this pull request Dec 21, 2022
* Pass sort to the backend on uittreksels publication table

* pass also pagination params

(cherry picked from commit 8f3754c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants