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
This commit is contained in:
commit
ee48f60518
2 changed files with 6 additions and 1 deletions
|
@ -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')
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Remove unintended error message shown when moving issues
|
||||
merge_request: 28317
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue