Bug #11264
UI: Unable to add component content view to a composite view
Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Description
- create component content view (A), add a repository and publish it
- create a composite content view (B)
- observe that the (B) -> Content Views -> Add does not list the component content view (A)
- it appears that the UI is querying for the content views where where content_view.composite = false; however, the DB is currently storing 'nil' as the default
Associated revisions
History
#1
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5391 added
- Pull request deleted (
)
#2
Updated by Eric Helms over 7 years ago
- Legacy Backlogs Release (now unused) set to 31
#3
Updated by Brad Buckingham over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|344e81260807430a738bdbb5e89e63a8c41271d1.
fixes #11264 - Unable to associate component view to composite in the UI
Small change to handle case where 'composite' field could be nil or false.