Bug #20076
closedCant select content view on host group page
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1463788
Description of problem: Cant select content view on host group page.
Version-Release number of selected component (if applicable): Katello 3.4.0
How reproducible: always
Steps to Reproduce:
1. Create Content view
2. Create host group, select Library
3. Select content view
Actual results: No content views listed
Expected results: List all content views in Library
Additional info: Error in java script console:
```
host_and_hostgroup_edit-5858c30d7573172df3584cf5c792d5990c05d5d46d8541c8f5c56d6fdfd28de1.js:1 Uncaught TypeError: Cannot read property 'registerPluginAttributes' of undefined
at HTMLDocument.<anonymous> (host_and_hostgroup_edit-5858c30d7573172df3584cf5c792d5990c05d5d46d8541c8f5c56d6fdfd28de1.js:1)
at HTMLDocument.dispatch (bundle-24bc1384a85d4a1fb955.js:35)
at HTMLDocument.m.handle (bundle-24bc1384a85d4a1fb955.js:34)
at Object.trigger (bundle-24bc1384a85d4a1fb955.js:35)
at HTMLDocument.<anonymous> (bundle-24bc1384a85d4a1fb955.js:35)
at Function.each (bundle-24bc1384a85d4a1fb955.js:24)
at ce.fn.init.each (bundle-24bc1384a85d4a1fb955.js:24)
at ce.fn.init.trigger (bundle-24bc1384a85d4a1fb955.js:35)
at application-c6b04a2ba9c24fcf301845eb0f6fe153c332128d430190fe7a9881b0f3e24dd9.js:320
at HTMLDocument.<anonymous> (application-c6b04a2ba9c24fcf301845eb0f6fe153c332128d430190fe7a9881b0f3e24dd9.js:13)
```