Description of problem: Removing a system from a group fails with 405 Method Not Allowed. Version-Release number of selected component (if applicable): 0.12.1 Steps to Reproduce: 1. Add a system to a group. 2. Click "Remove" to remove the system from the group. Actual results: Beaker gives a 405 Method Not Allowed error. Expected results: Should permit the removal. Additional info: I think this is a regression from commit 20490692 (Beaker 0.9.1) though I haven't tested back that far. It looks like @restrict_http_method('post') should have been added to the remove method, not the removeSystem method.
On Gerrit: http://gerrit.beaker-project.org/2014
Well, is it same with bug 960343 ?
(In reply to xjia from comment #2) Indeed, well spotted. :-)
*** Bug 960343 has been marked as a duplicate of this bug. ***
*** Bug 970915 has been marked as a duplicate of this bug. ***
Confirmed that this now works as expected on the integration instance: 1. Added a system to a group 2. Navigated to the group's details page 3. Used the "Remove" link for the system to remove it from the group 4. Answered "Yes" to the confirmation prompt 5. Received notification the system had been removed 6. System no longer appeared on the group's page and the group no longer appeared in group list on the system' page
Beaker 0.13.1 has been released.