Actions
Bug #35802
closedHost status and personal access token views use magic numbers for per_page
Status:
Closed
Priority:
Normal
Assignee:
Category:
JavaScript stack
Target version:
-
Description
It's bad practice to call the API list views with per_page=XX and then don't implement pagination (unless a specific number was actually wanted, like the last X audit entries). Instead the per_page=all feature should be used to retrieve all values.
Updated by The Foreman Bot almost 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman/pull/9528 added
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|d6935ace80187d492c20287b44326a4394bf24a4.
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Triaged changed from No to Yes
Actions