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.
Actions