Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2018-01-23 00:33:07 +0300
committerJacopo <beschi.jacopo@gmail.com>2018-01-29 13:38:44 +0300
commit0f000716891c97828207febe7cc521f94c3c9351 (patch)
tree87b5bc2fc3d3afa88a1814b0c8df1a47034d8328 /changelogs
parent092a34fe93c64ab637a8ce0524adba6c9cf4cdf7 (diff)
Disable MR check out button when source branch is deleted
After source branch deletion the Merge request `Check out branch` button is disabled.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/42255-disable-mr-checkout-button-when-source-branch-deleted.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/42255-disable-mr-checkout-button-when-source-branch-deleted.yml b/changelogs/unreleased/42255-disable-mr-checkout-button-when-source-branch-deleted.yml
new file mode 100644
index 00000000000..bd7e0d3a1b0
--- /dev/null
+++ b/changelogs/unreleased/42255-disable-mr-checkout-button-when-source-branch-deleted.yml
@@ -0,0 +1,5 @@
+---
+title: Disable MR check out button when source branch is deleted
+merge_request: 16631
+author: Jacopo Beschi @jacopo-beschi
+type: fixed