Actions
Bug #20933
closedSubtotal is being incorrectly set in tasks controller index
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
The subtotal is being set to the count of the results which is incorrect. This results in behavior where pagination is unusable because the subtotal ends up being the total number of results if less than the per page value or the per page value otherwise. In the latter case it is impossible to go to page two in the UI because we use the subtotal to calculate pagination.
Other controllers in katello don't exhibit this behavior. I believe the subtotal should be the number of items that match a particular search.
Actions