Project

General

Profile

Actions

Bug #36459

closed

Unable to disable import_only flag in Satellite UI when set on Content Views

Added by Samir Jha over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Content Views
Target version:
Fixed in Releases:
Found in Releases:

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.

Additional info:
- 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.
~~~
  1. foreman-rake --tasks | grep katello:set
    rake katello:set_content_view_import_only
  1. foreman-rake katello:set_content_view_import_only ID=<content view id> VALUE=false
    ~~~
Actions #1

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
Actions #2

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
Actions #3

Updated by Ian Ballou over 1 year ago

  • Target version changed from Katello 4.10.0 to Katello 4.9.0
Actions #4

Updated by The Foreman Bot over 1 year ago

  • Fixed in Releases Katello 4.10.0 added
Actions #5

Updated by Samir Jha over 1 year ago

  • Status changed from Ready For Testing to Closed
Actions #6

Updated by The Foreman Bot over 1 year ago

  • Pull request https://github.com/Katello/katello/pull/10623 added
Actions

Also available in: Atom PDF