Commit 6e1b9969 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '37426-incorrect-error-message-boards' into 'master'

Fix incorrect error message on issue board when moving cards

Closes #37426

See merge request gitlab-org/gitlab!22785
parents 313bcadb a08616fe
......@@ -256,7 +256,7 @@ export default {
let toList;
if (to) {
const containerEl = to.closest('.js-board-list');
toList = boardsStore.findList('id', Number(containerEl.dataset.board));
toList = boardsStore.findList('id', Number(containerEl.dataset.board), '');
}
/**
......
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