mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 08:20:12 +01:00
Default view Swimlanes part 2.
Thanks to xet7 !
This commit is contained in:
parent
415e94d187
commit
61e682470c
1 changed files with 6 additions and 5 deletions
|
|
@ -26,11 +26,12 @@ function currentCardIsInThisList(listId, swimlaneId) {
|
||||||
// OLD: Default view: board-view-lists
|
// OLD: Default view: board-view-lists
|
||||||
////else return currentCard && currentCard.listId === listId;
|
////else return currentCard && currentCard.listId === listId;
|
||||||
// NEW: Default view: board-view-swimlanes
|
// NEW: Default view: board-view-swimlanes
|
||||||
else return (
|
else
|
||||||
|
return (
|
||||||
currentCard &&
|
currentCard &&
|
||||||
currentCard.listId === listId &&
|
currentCard.listId === listId &&
|
||||||
currentCard.swimlaneId === swimlaneId
|
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