mirror of
https://github.com/wekan/wekan.git
synced 2026-02-27 02:14:06 +01:00
Development and fixes to My Cards and Due Cards
This commit is contained in:
parent
0e1c510948
commit
55b121e0d3
7 changed files with 50 additions and 108 deletions
|
|
@ -36,6 +36,9 @@ Meteor.publish('myCards', function() {
|
|||
Meteor.publish('dueCards', function(allUsers = false) {
|
||||
check(allUsers, Boolean);
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
// console.log('all users:', allUsers);
|
||||
|
||||
const user = Users.findOne(this.userId);
|
||||
|
||||
const archivedBoards = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue