Bug #22288
Wrong value returned for CV Component ids
Difficulty:
Triaged:
Bugzilla link:
Description
https://github.com/Katello/katello/commit/062a73e039eb62fb60e1c9e5c140ba4ebefc0c80#diff-c60bc1ab385c2159fed71fdbb2e4696aR5 adds the following line
-attributes :component_ids +attributes :content_view_version_ids => :component_ids
Which is the wrong attribute for component_ids.
Related issues
Associated revisions
History
#1
Updated by Partha Aji over 4 years ago
- Related to Bug #22180: [V2] Regression in content view API added
#2
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/7155 added
#3
Updated by Partha Aji over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|98eff34620704bcd8560f98638345dd95ceb4753.
#4
Updated by Partha Aji over 4 years ago
- Bugzilla link set to 1522769
#5
Updated by Justin Sherrill over 4 years ago
- Legacy Backlogs Release (now unused) set to 329
#6
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/Katello/katello/pull/7173 added
#7
Updated by Andrew Kofink over 4 years ago
- Pull request deleted (
https://github.com/Katello/katello/pull/7173)
#8
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/Katello/katello/pull/7173 added
Fixes #22288 - correct json value for Component_id
Commit 062a73e039eb62fb60e1c9e5c140ba4ebefc0c80 incorrectly associated
content_view_versions to component_ids. This commit fixes that