Bug #20057
Disable repository set on activation key repeatedly returns repositories
Description
I just create a new activation in 3.4.1 just upgraded from 3.4 and now the repository set is repeatedly 187 times
Associated revisions
History
#1
Updated by Justin Sherrill about 5 years ago
- Legacy Backlogs Release (now unused) changed from 258 to 267
#2
Updated by Justin Sherrill almost 5 years ago
- Priority changed from High to Normal
#3
Updated by Justin Sherrill almost 5 years ago
- Legacy Backlogs Release (now unused) changed from 267 to 281
#4
Updated by Eric Helms almost 5 years ago
- Legacy Backlogs Release (now unused) changed from 281 to 286
#5
Updated by Eric Helms almost 5 years ago
- Legacy Backlogs Release (now unused) changed from 286 to 295
#6
Updated by Justin Sherrill almost 5 years ago
- Assignee set to Justin Sherrill
- Target version set to 217
- Legacy Backlogs Release (now unused) changed from 295 to 250
#7
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6973 added
#8
Updated by Justin Sherrill over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|2c8fc1eaec7029c4feb1e18db4a62a0e20234682.
#9
Updated by Samir Jha about 4 years ago
- Bugzilla link set to 1575932
Fixes #20057 - fix dupliate akey repo sets
this fixes duplicate repository sets from being returned
when listing them for an activation key. In addition this improves
performance by using a single api call for all product content in
the org, as well as using a presenter to only fetch the activation
key overrides once, instead of once per product content.
In addition this updates the redhat repos page to use this new
content fetching method to speed up that page as well.
Move product content to a service