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:
Actions