mirror of
https://github.com/wekan/wekan.git
synced 2026-03-02 20:00:16 +01:00
My Cards development
* only find client side cards of the user
This commit is contained in:
parent
0f6a60fa69
commit
7a419c1563
2 changed files with 6 additions and 2 deletions
|
|
@ -31,6 +31,7 @@ BlazeComponent.extendComponent({
|
|||
},
|
||||
|
||||
cardsFind() {
|
||||
const userId = Meteor.userId();
|
||||
const boards = [];
|
||||
let board = null;
|
||||
let swimlane = null;
|
||||
|
|
@ -38,8 +39,8 @@ BlazeComponent.extendComponent({
|
|||
|
||||
const cursor = Cards.find(
|
||||
{
|
||||
// archived: false,
|
||||
// $or: [{ members: userId }, { assignees: userId }],
|
||||
archived: false,
|
||||
$or: [{ members: userId }, { assignees: userId }],
|
||||
},
|
||||
{
|
||||
sort: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue