Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1995374

Summary: [RFE] Ability to Delete multiple Content view versions from the Satellite Web UI
Product: Red Hat Satellite Reporter: Jaskaran Singh Narula <janarula>
Component: NavigationAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: tstrych
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.10.0CC: saydas
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-08-19 12:09:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaskaran Singh Narula 2021-08-18 23:20:06 UTC
Description of problem:
Multiple Content view version can be purge using the hammer commands. 
It will make more helpful if the same action can be done using the satellite Web UI. 

Version-Release number of selected component (if applicable):
Satellite 6.10 

Actual results:
Hammer cli provides to delete multiple version at the same time. But there is no option to delete it using the satellite web UI. 

Examples: 
-----------------------------
[root@localhost ~]# hammer content-view version list --content-view-id 2 
---|-----------|---------|-------------|-----------------------
ID | NAME      | VERSION | DESCRIPTION | LIFECYCLE ENVIRONMENTS
---|-----------|---------|-------------|-----------------------
8  | First 7.0 | 7.0     |             | Library               
7  | First 6.0 | 6.0     |             |                       
6  | First 5.0 | 5.0     |             |                       
5  | First 4.0 | 4.0     |             |                       
---|-----------|---------|-------------|-----------------------
[root@localhost ~]# hammer content-view purge --name First --count 1 --organization-id 1
[......................................................................................................................................................] [100%]
Version '4.0' of content view 'First' deleted.
[......................................................................................................................................................] [100%]
Version '5.0' of content view 'First' deleted.
[root@localhost ~]# hammer content-view version list --content-view-id 2 
---|-----------|---------|-------------|-----------------------
ID | NAME      | VERSION | DESCRIPTION | LIFECYCLE ENVIRONMENTS
---|-----------|---------|-------------|-----------------------
8  | First 7.0 | 7.0     |             | Library               
7  | First 6.0 | 6.0     |             |                       
---|-----------|---------|-------------|-----------------------

Expected results:
Similar functionality will be great from the satellite web UI under the content view section. 

Additional info:

Comment 2 Brad Buckingham 2021-08-19 12:09:05 UTC

*** This bug has been marked as a duplicate of bug 1940396 ***