Bug 1132914
Summary: | Duplicate route sync plan | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Peter Vreman <peter.vreman> |
Component: | API | Assignee: | Christine Fouant <cfouant> |
Status: | CLOSED ERRATA | QA Contact: | jaudet |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.3 | CC: | bbuckingham, cwelton, jaudet, sthirugn |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/7292 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-08-12 05:12:55 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1122832 |
Description
Peter Vreman
2014-08-22 09:43:59 UTC
Patch to fix --- /opt/rh/ruby193/root/usr/share/gems/gems/katello-1.5.0/app/controllers/katello/api/v2/sync_plans_controller.rb +++ /opt/rh/ruby193/root/usr/share/gems/gems/katello-1.5.0/app/controllers/katello/api/v2/sync_plans_controller.rb @@ -126,7 +126,7 @@ respond_for_show end - api :PUT, "/organizations/:organization_id/sync_plans/:id/products", N_("Remove products from sync plan") + api :DELETE, "/organizations/:organization_id/sync_plans/:id/products", N_("Remove products from sync plan") param :id, String, :desc => N_("ID of the sync plan"), :required => true param :product_ids, Array, :desc => N_("List of product ids to remove from the sync plan"), :required => true def remove_products Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. Created redmine issue http://projects.theforeman.org/issues/7292 from this bug Moving to POST since upstream bug http://projects.theforeman.org/issues/7292 has been closed ------------- Christine Fouant Applied in changeset commit:katello|9faf11f0dd90ada679446c83acf725788234969c. Verified against Satellite-6.1.0-RHEL-7-20150303.0 and Satellite-6.1.0-RHEL-6-20150303.0 using these tests: https://github.com/SatelliteQE/robottelo/pull/1969 This bug is slated to be released with Satellite 6.1. 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, 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-2015:1592 |