summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-06-09 22:19:56 +0300
committerLauri Ojansivu <x@xet7.org>2020-06-09 22:19:56 +0300
commite530077fc5afec8fc6bd4fc181855c7eb8257bfb (patch)
tree09efe0c8bd889d0f1da2536e484a7339869df847
parent444fff47dc0355731fcd3a0f18591042af271453 (diff)
parent1aa8f502ae4626b9f2240f9cd57f6118b4ae5b8c (diff)
downloadwekan-e530077fc5afec8fc6bd4fc181855c7eb8257bfb.tar.gz
wekan-e530077fc5afec8fc6bd4fc181855c7eb8257bfb.tar.bz2
wekan-e530077fc5afec8fc6bd4fc181855c7eb8257bfb.zip
Merge branch 'issue_3164' of https://github.com/marc1006/wekan into marc1006-issue_3164
-rw-r--r--client/components/swimlanes/swimlanes.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js
index afd5da22..1fc97a89 100644
--- a/client/components/swimlanes/swimlanes.js
+++ b/client/components/swimlanes/swimlanes.js
@@ -23,15 +23,7 @@ function currentCardIsInThisList(listId, swimlaneId) {
currentCard.listId === listId &&
currentCard.swimlaneId === swimlaneId
);
- // OLD: Default view: board-view-lists
- ////else return currentCard && currentCard.listId === listId;
- // NEW: Default view: board-view-swimlanes
- else
- return (
- currentCard &&
- currentCard.listId === listId &&
- currentCard.swimlaneId === swimlaneId
- );
+ else return currentCard && currentCard.listId === listId;
// https://github.com/wekan/wekan/issues/1623
// https://github.com/ChronikEwok/wekan/commit/cad9b20451bb6149bfb527a99b5001873b06c3de