Name |
Last commit
|
Last update |
---|---|---|
.. | ||
admin | ||
dashboard | ||
explore | ||
group | ||
profile | ||
project | ||
shared | ||
snippets | ||
abuse_reports.rb | ||
groups.rb | ||
invites.rb | ||
search.rb | ||
snippet_search.rb | ||
user.rb |
BigW Consortium Gitlab
Add missing routes to make group edits work 6b90ccb9 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
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
admin | Loading commit data... | |
dashboard | Loading commit data... | |
explore | Loading commit data... | |
group | Loading commit data... | |
profile | Loading commit data... | |
project | Loading commit data... | |
shared | Loading commit data... | |
snippets | Loading commit data... | |
abuse_reports.rb | Loading commit data... | |
groups.rb | Loading commit data... | |
invites.rb | Loading commit data... | |
search.rb | Loading commit data... | |
snippet_search.rb | Loading commit data... | |
user.rb | Loading commit data... |