Bug #14341
compute resource image listing is limited to 20 first images.
Associated revisions
History
#1
Updated by The Foreman Bot about 6 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3365 added
#2
Updated by Tomer Brisker about 6 years ago
- Bugzilla link set to 1320920
#3
Updated by Anonymous about 6 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 406b34f1c9085b183ab4dac2811dccc4a39680a5.
#4
Updated by Dominic Cleal about 6 years ago
- Legacy Backlogs Release (now unused) set to 136
Fixes #14341 - List all images for compute resource
Previously, the listing was paginated, but since the table is loaded
via ajax and handled by datatables, the pagination had no effect,
leading to a list limited to the max per page (20 usually).
Also, improved the lookup to only bring the needed data.