Commit ee48f605 authored by Tim Zallmann's avatar Tim Zallmann

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
parents cddf9b87 84043fa7
......@@ -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')
......
---
title: Remove unintended error message shown when moving issues
merge_request: 28317
author:
type: fixed
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