mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
this took me way too long
This commit is contained in:
parent
cd749bc385
commit
1d58e40133
1 changed files with 2 additions and 2 deletions
|
@ -157,8 +157,8 @@ class AdvancedFilter {
|
|||
case '==':
|
||||
case '===':
|
||||
{
|
||||
const field = commands[i-1];
|
||||
const str = commands[i+1];
|
||||
const field = commands[i-1].cmd;
|
||||
const str = commands[i+1].cmd;
|
||||
commands[i] = {}[field]=str;
|
||||
commands.splice(i-1, 1);
|
||||
commands.splice(i, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue