mirror of
https://github.com/wekan/wekan.git
synced 2026-03-09 15:12:34 +01:00
Merge branch 'issue_3164' of https://github.com/marc1006/wekan into marc1006-issue_3164
This commit is contained in:
commit
e530077fc5
1 changed files with 1 additions and 9 deletions
|
|
@ -23,15 +23,7 @@ function currentCardIsInThisList(listId, swimlaneId) {
|
||||||
currentCard.listId === listId &&
|
currentCard.listId === listId &&
|
||||||
currentCard.swimlaneId === swimlaneId
|
currentCard.swimlaneId === swimlaneId
|
||||||
);
|
);
|
||||||
// OLD: Default view: board-view-lists
|
else return currentCard && currentCard.listId === listId;
|
||||||
////else return currentCard && currentCard.listId === listId;
|
|
||||||
// NEW: Default view: board-view-swimlanes
|
|
||||||
else
|
|
||||||
return (
|
|
||||||
currentCard &&
|
|
||||||
currentCard.listId === listId &&
|
|
||||||
currentCard.swimlaneId === swimlaneId
|
|
||||||
);
|
|
||||||
|
|
||||||
// https://github.com/wekan/wekan/issues/1623
|
// https://github.com/wekan/wekan/issues/1623
|
||||||
// https://github.com/ChronikEwok/wekan/commit/cad9b20451bb6149bfb527a99b5001873b06c3de
|
// https://github.com/ChronikEwok/wekan/commit/cad9b20451bb6149bfb527a99b5001873b06c3de
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue