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 ***