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
path: root/app/views
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2019-05-19 22:46:00 +0300
committerTim Zallmann <tzallmann@gitlab.com>2019-05-19 22:46:00 +0300
commitee48f60518eed270d3272844b9f6d8b35087bbbc (patch)
treea2bda711c7c7d7392b566d030ce47c0f1db539c7 /app/views
parentcddf9b875a25814e20f3209f04c00c95847f38c2 (diff)
parent84043fa72ca7f83ae9cde48ad670e6d5d16501a3 (diff)
Merge branch '61795-fix-error-when-moving-issues' into 'master'
Prevent form submit when Move is clicked Closes #61795 See merge request gitlab-org/gitlab-ce!28317
Diffstat (limited to 'app/views')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 2c185549b24..63557c882f4 100644
--- a/app/views/shared/issuable/_sidebar.html.haml
+++ b/app/views/shared/issuable/_sidebar.html.haml
@@ -164,7 +164,7 @@
= dropdown_content
= dropdown_loading
= dropdown_footer add_content_class: true do
- %button.btn.btn-success.sidebar-move-issue-confirmation-button.js-move-issue-confirmation-button{ disabled: true }
+ %button.btn.btn-success.sidebar-move-issue-confirmation-button.js-move-issue-confirmation-button{ type: 'button', disabled: true }
= _('Move')
= icon('spinner spin', class: 'sidebar-move-issue-confirmation-loading-icon')