mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
More Debugging Logs
This commit is contained in:
parent
9ac1164440
commit
eb859dac3a
1 changed files with 3 additions and 1 deletions
|
|
@ -155,11 +155,13 @@ class AdvancedFilter {
|
||||||
|
|
||||||
_arrayToSelector(commands)
|
_arrayToSelector(commands)
|
||||||
{
|
{
|
||||||
console.log(commands);
|
console.log('Parts: ', commands);
|
||||||
try {
|
try {
|
||||||
//let changed = false;
|
//let changed = false;
|
||||||
this._processConditions(commands);
|
this._processConditions(commands);
|
||||||
|
console.log('Conditions: ', commands);
|
||||||
this._processLogicalOperators(commands);
|
this._processLogicalOperators(commands);
|
||||||
|
console.log('Operator: ', commands);
|
||||||
}
|
}
|
||||||
catch (e){return { $in: [] };}
|
catch (e){return { $in: [] };}
|
||||||
return {$or: commands};
|
return {$or: commands};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue