mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 04:06:10 +01:00
Merge branch 'admin-reports' of supplee.net:wekan
# Conflicts: # i18n/en.i18n.json
This commit is contained in:
commit
30a29e23d3
7 changed files with 123 additions and 54 deletions
|
|
@ -47,6 +47,7 @@ import {
|
|||
PREDICATE_SYSTEM,
|
||||
} from '/config/search-const';
|
||||
import { QueryErrors, QueryParams, Query } from '/config/query-classes';
|
||||
import { CARD_TYPES } from '../../config/const';
|
||||
|
||||
const escapeForRegex = require('escape-string-regexp');
|
||||
|
||||
|
|
@ -577,6 +578,7 @@ Meteor.publish('brokenCards', function(sessionId) {
|
|||
{ boardId: { $in: [null, ''] } },
|
||||
{ swimlaneId: { $in: [null, ''] } },
|
||||
{ listId: { $in: [null, ''] } },
|
||||
{ type: { $nin: CARD_TYPES } },
|
||||
];
|
||||
// console.log('brokenCards selector:', query.selector);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue