mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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)
|
||||
{
|
||||
console.log(commands);
|
||||
console.log('Parts: ', commands);
|
||||
try {
|
||||
//let changed = false;
|
||||
this._processConditions(commands);
|
||||
console.log('Conditions: ', commands);
|
||||
this._processLogicalOperators(commands);
|
||||
console.log('Operator: ', commands);
|
||||
}
|
||||
catch (e){return { $in: [] };}
|
||||
return {$or: commands};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue