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

Fix sorting, search and pagination on RS overview page #336

Merged

Commits on Oct 5, 2022

  1. fix(RS): fix default sorting, search and pagination for RS overview

    the template referenced all kinds of stuff that should be on the controller, except there was no controller
    abeforgit committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    e1928d9 View commit details
    Browse the repository at this point in the history
  2. fix(agendapoints): make the pagesize param actually do something

    the param was never passed to the query, so the value was never used. We were lucky the default size of 20 seems like a sensible amount.
    abeforgit committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    ce36083 View commit details
    Browse the repository at this point in the history