Bug #20933
closedSubtotal is being incorrectly set in tasks controller index
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.
Updated by Walden Raines about 7 years ago
- Blocks Bug #20393: Foreman tasks table should be using index method instead of bulk_search added
Updated by Walden Raines about 7 years ago
- Assignee set to Ivan Necas
Assigning to Ivan, please feel free to delegate as appropriate.
Updated by Ivan Necas about 7 years ago
- Assignee deleted (
Ivan Necas)
Please don't assign the folks to the issues on creation: it causes a false assumption they're working on it + discourages others from looking into it. Thanks
Updated by Adam Ruzicka over 3 years ago
- Status changed from New to Closed
This should be fixed since we started using the index layout from foreman core.