Bug #34792
Multiples of every module stream show in the web UI
Difficulty:
medium
Triaged:
Yes
Bugzilla link:
Pull request:
Description
There are multiples of every module stream showing in both the new and old UI. (see attachment) This is because each module has several 'versions' and 'contexts'. The Katello DB stores the 'context' but not the 'version'.
Targeting an individual module by its context and version is not a common use case, so it was decided it's not needed to show the multiples in the UI.
It was also decided that it's best to store a module's 'version' as well, since that will allow us to show only the latest in the UI.
So the tasks are
1. store a module's version in Katello DB
2. use this info on new host details page to eliminate duplicate table rows on Module streams tab
Associated revisions
History
#1
Updated by Jeremy Lenz 11 months ago
- Description updated (diff)
#2
Updated by Chris Roberts 11 months ago
- Triaged changed from No to Yes
- Target version set to Katello 4.5.0
#3
Updated by Chris Roberts 10 months ago
- Red Hat JIRA set to SAT-9796
- Difficulty set to medium
- Assignee set to Chris Roberts
- Status changed from New to Ready For Testing
- Category set to Repositories
- Pull request https://github.com/Katello/katello/pull/10149 added
#4
Updated by Jeremy Lenz 9 months ago
- Triaged changed from Yes to No
#5
Updated by Partha Aji 9 months ago
- Target version changed from Katello 4.5.0 to Katello 4.6.0
#6
Updated by Partha Aji 8 months ago
- Triaged changed from No to Yes
#7
Updated by The Foreman Bot 8 months ago
- Pull request https://github.com/Katello/katello/pull/10199 added
#8
Updated by Chris Roberts 8 months ago
- Pull request deleted (
https://github.com/Katello/katello/pull/10149)
#9
Updated by Jeremy Lenz 8 months ago
- Bugzilla link set to 2111571
#10
Updated by The Foreman Bot 8 months ago
- Fixed in Releases Katello 4.6.0 added
#11
Updated by Chris Roberts 8 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|d828bb07060947630f0b9703653afa101449dbcd.
Fixes #34792 - Do not show duplicate module streams in the new UI (#10199)