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

ui: fix --list-inactive to show all inactive jobs #254

Merged
merged 1 commit into from
Feb 25, 2023
Merged

Conversation

wwade
Copy link
Owner

@wwade wwade commented Feb 25, 2023

The default "limit=5" ended up applying to the "list inactive" call to getDbSorted() ever since 016cafd (version 2.6.0).

Explicitly pass in limit=None to avoid this problem and continue so show all of the inactive job entries.

The default "limit=5" ended up applying to the "list inactive" call to getDbSorted()
ever since 016cafd (version 2.6.0).

Explicitly pass in limit=None to avoid this problem and continue so show all of the
inactive job entries.
@wwade wwade merged commit ded8cf6 into main Feb 25, 2023
@wwade wwade deleted the fix-job-list branch February 25, 2023 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant