mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01: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}};
|
const exceptionsSelector = {_id: {$in: this._exceptions}};
|
||||||
this._exceptionsDep.depend();
|
this._exceptionsDep.depend();
|
||||||
|
console.log(this.advanced._getMongoSelector());
|
||||||
if (includeEmptySelectors)
|
if (includeEmptySelectors)
|
||||||
return {
|
return {
|
||||||
$or: [filterSelector, exceptionsSelector, this.advanced._getMongoSelector(), emptySelector],
|
$or: [filterSelector, exceptionsSelector, this.advanced._getMongoSelector(), emptySelector],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue