gitlab-org--gitlab-foss/features
Dmitriy Zaporozhets 48d223d7c9 Merge branch 'issue-23306-fix' into 'master'
Add missing routes to make group edits work

6b90ccb9fd changed the routes so that users/groups can be accessed via`/:id`, but the Rails `form_for` method expects to use the `groups#show` path helper for the form action URL. This causes group edits and deletes to fail because the PUT/PATCH/DELETE methods did not exist for `/:id`.  This MR adds these methods so that `form_for` continues to work.

Closes #23306 


See merge request !6874
2016-10-14 12:25:56 +00:00
..
admin Revert "Revert "Merge branch 'issue_3946' into 'master' "" 2016-07-07 23:48:02 -04:00
dashboard Added todo filter tests 2016-09-01 14:36:02 +01:00
explore Show member roles to all users on members page 2016-08-11 11:08:07 -05:00
group
profile Convert "SSH Keys" Spinach features to RSpec 2016-10-03 11:00:05 +02:00
project Add tag shortcut from the Commit page 2016-10-06 18:37:06 +02:00
snippets
steps Merge branch 'issue-23306-fix' into 'master' 2016-10-14 12:25:56 +00:00
support Updated failing tests 2016-08-13 00:57:40 -05:00
abuse_report.feature
groups.feature Move edit group scenario to rspec and refactor groups_spec 2016-10-14 14:51:59 +03:00
invites.feature
search.feature Fixed logout tests 2016-06-28 13:17:29 +01:00
snippet_search.feature
user.feature