Bug #10617
Duplicated content listed as available for inclusion
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1223968
Description of problem:
I started noticing that when adding content from a list (such as adding Docker products to a content view or subscriptions to an activation key), the minute you add the selected item and the page refreshes, you start seeing duplicated entries of the items you did not select. See the attached before and after screenshots to see how I have 3 different Docker products and once I select the 'RHEL 7' product, the UI displays the remaining 'CentOS' and 'WordPress' products twice.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Create a custom product
2. Create 3 Docker-based custom repositories
3. Sync them (not sure if necessary)
4. Create a content view and add 1 of the 3 custom repos
Actual results:
Once you add the repository via the web ui, the remaining list of repos shows duplicates
Expected results:
Additional info:
Associated revisions
History
#1
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5249 added
- Pull request deleted (
)
#2
Updated by Walden Raines almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|38420e5e1d330ddbbaf1ae4b8b5f1840bee7e394.
#3
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 31
- Triaged changed from No to Yes
Fixes #10617: don't use scroll on unpaged tables BZ 1223968.
We were using infinite scroll on unpaged tables which resulted in
the rows being loaded twice. This commit removes the extra load
by removing the infinite scroll directive on the table and calling
nutupane.load() directly.
http://projects.theforeman.org/issues/10617
https://bugzilla.redhat.com/show_bug.cgi?id=1223968