Actions
Bug #20393
closedForeman tasks table should be using index method instead of bulk_search
Difficulty:
Triaged:
Description
Currently we are using the foreman tasks bulk search api in katello for our tasks tables. We should move to using the index method instead as it supports pagination.
Files
Updated by Eric Helms over 7 years ago
- Translation missing: en.field_release changed from 281 to 286
Updated by Walden Raines about 7 years ago
- Category set to Web UI
- Assignee changed from Walden Raines to Dan Seethaler
- Target version set to 160
Here is some more information. The katello tasks page appears on many pages in the application. A couple of examples are Content Hosts -> tasks and Products -> tasks.
Basically we need to change this:
To use the index method here:
We should be able to accomplish that by using "queryPaged" from the bastion resource:
Updated by Walden Raines about 7 years ago
- Target version changed from 160 to 208
Updated by Brad Buckingham about 7 years ago
- Target version changed from 208 to 213
Updated by Eric Helms about 7 years ago
- Translation missing: en.field_release changed from 286 to 295
Updated by The Foreman Bot about 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6950 added
Updated by Walden Raines about 7 years ago
- Blocked by Bug #20933: Subtotal is being incorrectly set in tasks controller index added
Updated by Anonymous about 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|51de0437f9dd0255826401668288422cfc55910b.
Updated by The Foreman Bot about 7 years ago
- Pull request https://github.com/Katello/katello/pull/6949 added
Actions