mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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}};
|
||||
this._exceptionsDep.depend();
|
||||
console.log(this.advanced._getMongoSelector());
|
||||
console.log("Final Filter:");
|
||||
console.log({
|
||||
$or: [filterSelector, exceptionsSelector, this.advanced._getMongoSelector()],
|
||||
});
|
||||
if (includeEmptySelectors)
|
||||
return {
|
||||
$or: [filterSelector, exceptionsSelector, this.advanced._getMongoSelector(), emptySelector],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue