Commit 437722be authored by Clement Ho's avatar Clement Ho

Merge branch 'fix-cancel-integration-settings' into 'master'

Fixed cancel button in the services form not redirecting back to the integrations settings view

Closes #27301

See merge request !8843
parents 2f78ee29 f68ecead
......@@ -17,4 +17,4 @@
- disabled_title = @service.disabled_title
= link_to 'Test settings', test_namespace_project_service_path(@project.namespace, @project, @service), class: "btn #{disabled_class}", title: disabled_title
= link_to "Cancel", namespace_project_services_path(@project.namespace, @project), class: "btn btn-cancel"
= link_to "Cancel", namespace_project_settings_integrations_path(@project.namespace, @project), class: "btn btn-cancel"
---
title: Fixed services form cancel not redirecting back the integrations settings view
merge_request: 8843
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment