Merge branch 'admin-reports' of supplee.net:wekan

# Conflicts:
#	i18n/en.i18n.json
This commit is contained in:
John Supplee 2021-05-31 13:59:40 -04:00
commit 30a29e23d3
7 changed files with 123 additions and 54 deletions

View file

@ -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);