-
- Downloads
There was a problem fetching the pipeline summary.
Refactor to more robust implementation
In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a small behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
parent
f9785dce
No related branches found
No related tags found
Pipeline #
Showing
- app/controllers/concerns/routable_actions.rb 1 addition, 13 deletionsapp/controllers/concerns/routable_actions.rb
- app/controllers/groups/application_controller.rb 10 additions, 0 deletionsapp/controllers/groups/application_controller.rb
- app/controllers/groups_controller.rb 5 additions, 0 deletionsapp/controllers/groups_controller.rb
- app/controllers/projects/application_controller.rb 12 additions, 0 deletionsapp/controllers/projects/application_controller.rb
- app/controllers/users_controller.rb 4 additions, 0 deletionsapp/controllers/users_controller.rb
- spec/controllers/groups/milestones_controller_spec.rb 132 additions, 3 deletionsspec/controllers/groups/milestones_controller_spec.rb
- spec/controllers/groups_controller_spec.rb 36 additions, 5 deletionsspec/controllers/groups_controller_spec.rb
- spec/support/milestone_tabs_examples.rb 1 addition, 1 deletionspec/support/milestone_tabs_examples.rb
Please register or sign in to comment