Name |
Last commit
|
Last update |
---|---|---|
.. | ||
admin.rb | ||
api.rb | ||
ci.rb | ||
dashboard.rb | ||
development.rb | ||
explore.rb | ||
group.rb | ||
help.rb | ||
import.rb | ||
profile.rb | ||
project.rb | ||
sherlock.rb | ||
sidekiq.rb | ||
snippets.rb | ||
uploads.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.rb | Loading commit data... | |
api.rb | Loading commit data... | |
ci.rb | Loading commit data... | |
dashboard.rb | Loading commit data... | |
development.rb | Loading commit data... | |
explore.rb | Loading commit data... | |
group.rb | Loading commit data... | |
help.rb | Loading commit data... | |
import.rb | Loading commit data... | |
profile.rb | Loading commit data... | |
project.rb | Loading commit data... | |
sherlock.rb | Loading commit data... | |
sidekiq.rb | Loading commit data... | |
snippets.rb | Loading commit data... | |
uploads.rb | Loading commit data... | |
user.rb | Loading commit data... |