lyft / confidant

Confidant: your secret keeper. https://lyft.github.io/confidant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

if HISTORY_PAGE_LIMIT isn't set, then the UI will fetch no history records

ryan-lane opened this issue · comments

The UI sends in limit=0 to the backend, when it should be sending limit=null (or not setting the limit argument). Another approach is to have the backend unset limit if it's 0.

Fixed, and released in 6.3.0.