Actions
Bug #34792
closedMultiples 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
Files
Updated by Chris Roberts over 2 years ago
- Target version set to Katello 4.5.0
- Triaged changed from No to Yes
Updated by Chris Roberts over 2 years ago
- Category set to Repositories
- Status changed from New to Ready For Testing
- Assignee set to Chris Roberts
- Difficulty set to medium
- Red Hat JIRA set to SAT-9796
- Pull request https://github.com/Katello/katello/pull/10149 added
Updated by Partha Aji over 2 years ago
- Target version changed from Katello 4.5.0 to Katello 4.6.0
Updated by The Foreman Bot over 2 years ago
- Pull request https://github.com/Katello/katello/pull/10199 added
Updated by Chris Roberts over 2 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/10149)
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases Katello 4.6.0 added
Updated by Chris Roberts over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|d828bb07060947630f0b9703653afa101449dbcd.
Actions