mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
javascript is confusing sometimes
This commit is contained in:
parent
1d58e40133
commit
b9ead144fb
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class AdvancedFilter {
|
|||
{
|
||||
const field = commands[i-1].cmd;
|
||||
const str = commands[i+1].cmd;
|
||||
commands[i] = {}[field]=str;
|
||||
commands[i] = {[field]:str};
|
||||
commands.splice(i-1, 1);
|
||||
commands.splice(i, 1);
|
||||
//changed = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue