mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Collapse Lists to be per user, not per board. In Progress.
Related #5388 Thanks to xet7 !
This commit is contained in:
parent
e73a44d15b
commit
902f86d363
7 changed files with 74 additions and 44 deletions
|
|
@ -61,7 +61,6 @@ Meteor.publishRelations('boards', function() {
|
|||
title: 1,
|
||||
boardId: 1,
|
||||
archived: 1,
|
||||
collapsed: 1,
|
||||
sort: 1
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -785,7 +785,7 @@ function findCards(sessionId, query) {
|
|||
),
|
||||
ReactiveCache.getSwimlanes(
|
||||
{ _id: { $in: swimlanes } },
|
||||
{ fields: { ...fields, color: 1, collapsed: 1 } },
|
||||
{ fields: { ...fields, color: 1 } },
|
||||
true,
|
||||
),
|
||||
ReactiveCache.getLists({ _id: { $in: lists } }, { fields }, true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue