Bug 1923209
Summary: | hammer content-view filter delete fails | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Stephen Wadeley <swadeley> |
Component: | Content Views | Assignee: | Justin Sherrill <jsherril> |
Status: | CLOSED ERRATA | QA Contact: | Danny Synk <dsynk> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.9.0 | CC: | apatel, jcallaha, jsherril, kgaikwad, mshira, ofedoren, rabajaj, zhunting |
Target Milestone: | 6.9.0 | Keywords: | Regression, Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tfm-rubygem-katello-3.18.1.5-1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-04-21 13:10:30 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
Stephen Wadeley
2021-02-01 15:04:59 UTC
Created redmine issue https://projects.theforeman.org/issues/31775 from this bug Upstream bug assigned to jsherril Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/31775 has been resolved. Steps to test: 1. Deploy a Satellite 6.9, snap 14. 2. Create a content view. 3. Create a content filter on the content view and add a rule to the filter. 4. Publish a new version of the content view. 5. Attempt to delete the filter using the command from the problem description: ~~~ # hammer content-view filter delete --content-view-id 2 Could not delete the filter: Error: At least one of options --id, --name is required. See: 'hammer content-view filter <delete|destroy> --help'. ~~~ 6. Per the error message in the output, specify the ID of the content filter: ~~~ # hammer content-view filter delete --content-view-id 2 --id 1 Filter deleted. ~~~ Expected results: Content filter is deleted successfully with all required options passed to hammer. Actual results: Content filter is deleted successfully with all required options passed to hammer. Verified on Satellite 6.9, snap 14 (tfm-rubygem-katello-3.18.1.5-1.el7sat.noarch). Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: Satellite 6.9 Release), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:1313 |