mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
console log for debug
This commit is contained in:
parent
01cd2df369
commit
cd749bc385
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ Filter = {
|
|||
|
||||
const exceptionsSelector = {_id: {$in: this._exceptions}};
|
||||
this._exceptionsDep.depend();
|
||||
|
||||
console.log(this.advanced._getMongoSelector());
|
||||
if (includeEmptySelectors)
|
||||
return {
|
||||
$or: [filterSelector, exceptionsSelector, this.advanced._getMongoSelector(), emptySelector],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue