• 
      

    Include query parameters in API pagination links.

    Review Request #5344 — Created Jan. 28, 2014 and submitted — Latest diff uploaded

    Information

    Djblets
    release-0.7.x

    Reviewers

    Include query parameters in API pagination links.

    The 'next' and 'previous' links for pagination were stripping out any query
    parameters which had been passed into the list resource, which effectively
    broke them (since the results would probably be different). This change adds
    all of the query parameters into the returned URLs.

    Fetched the review-request-list resource using some query parameters and saw
    that the pagination links included the same ones that I passed in and that the
    only things that changed were 'start' and 'max-results'.