Bug #36459
closedUnable to disable import_only flag in Satellite UI when set on Content Views
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2138172
Description of problem:
When the import_only flag is enabled on a Content View, there is no option to disable it in the Satellite UI.
Version-Release number of selected component (if applicable):
6.11
How reproducible:
Fully
Steps to Reproduce:
1. Navigate to Content -> Content Views
2. Click on 'Create content view', tick the 'Import only' checkbox.
2. Click 'Create content view.
Actual results:
- After the content view is created, view the 'Details' tab and note the toggle button next to 'Import only' is disabled.
- The only way to get around this seems to be deleting the CV and creating again with 'Import only' unchecked.
Expected results:
- Provide option to disable 'Import only' on content views.
- User is trying to disable the import_only option from CVs to test publishing but 'Import only' option in the UI greyed out.
- Disabling import_only can be done using foreman-rake.
~~~
- foreman-rake --tasks | grep katello:set
rake katello:set_content_view_import_only
- foreman-rake katello:set_content_view_import_only ID=<content view id> VALUE=false
~~~
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Assignee set to Samir Jha
- Pull request https://github.com/Katello/katello/pull/10580 added
Updated by Ian Ballou over 1 year ago
- Subject changed from Unable to disable import_only flag in Satellite UI when set on Content Views to Unable to disable import_only flag in Satellite UI when set on Content Views
- Target version set to Katello 4.10.0
- Triaged changed from No to Yes
Updated by Ian Ballou over 1 year ago
- Target version changed from Katello 4.10.0 to Katello 4.9.0
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases Katello 4.10.0 added
Updated by Samir Jha over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a4310fc38af0993880c60b0e8139b5b6ccd99b90.
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/Katello/katello/pull/10623 added