Commit 0cdc2138 authored by Abu Uzayr's avatar Abu Uzayr

Add third parameter to skip board type checking

parent ff32b924
...@@ -256,7 +256,7 @@ export default { ...@@ -256,7 +256,7 @@ export default {
let toList; let toList;
if (to) { if (to) {
const containerEl = to.closest('.js-board-list'); const containerEl = to.closest('.js-board-list');
toList = boardsStore.findList('id', Number(containerEl.dataset.board)); toList = boardsStore.findList('id', Number(containerEl.dataset.board), false);
} }
/** /**
......
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