Actions
Bug #7292
closedDuplicate route sync plan
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1132914
Description of problem:
There is a duplicate route in sync_plan modification
- grep 'PUT.*sync.*prod' sync_plans_controller.rb.old
api :PUT, "/organizations/:organization_id/sync_plans/:id/products", N_("Add products to sync plan")
api :PUT, "/organizations/:organization_id/sync_plans/:id/products", N_("Remove products from sync plan")
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Use DELETE for Remove of products
Expected results:
Additional info:
Updated by Christine Fouant over 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/4622 added
- Pull request deleted (
)
Updated by Christine Fouant over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|9faf11f0dd90ada679446c83acf725788234969c.
Updated by Eric Helms over 10 years ago
- Translation missing: en.field_release set to 13
Actions