mirror of
https://github.com/wekan/wekan.git
synced 2025-12-23 10:50:13 +01:00
More Debugging
This commit is contained in:
parent
2bf13a50c4
commit
4ff8989e8f
1 changed files with 4 additions and 1 deletions
|
|
@ -248,7 +248,10 @@ Filter = {
|
||||||
|
|
||||||
const exceptionsSelector = {_id: {$in: this._exceptions}};
|
const exceptionsSelector = {_id: {$in: this._exceptions}};
|
||||||
this._exceptionsDep.depend();
|
this._exceptionsDep.depend();
|
||||||
console.log(this.advanced._getMongoSelector());
|
console.log("Final Filter:");
|
||||||
|
console.log({
|
||||||
|
$or: [filterSelector, exceptionsSelector, 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