mirror of
https://github.com/jeffknupp/sandman2.git
synced 2026-04-25 08:35:49 +03:00
[GH-ISSUE #77] Error when using both page and limit #53
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
refactoring
research
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/sandman2-jeffknupp#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @berislavlopac on GitHub (Dec 4, 2018).
Original GitHub issue: https://github.com/jeffknupp/sandman2/issues/77
When I make a request containing both
pageandlimit(e.g./foo/bar/?limit=50&page=1), I'm getting the following error:It's working fine when either of the arguments stands alone.
@jeffknupp commented on GitHub (Dec 15, 2018):
Can you check which version of
sandman2you're running? I just tried to reproduce this unsuccessfully and I think this was fixed by a PR merged in the last few weeks.@berislavlopac commented on GitHub (Dec 16, 2018):
Hah! Based on the dates, it was literally merged the same day I have set that instance up! 😆
Thank you for the amazing work!