mirror of
https://github.com/wekan/wekan.git
synced 2025-12-17 16:00:13 +01:00
correcting strings not part of subcommand
This commit is contained in:
parent
1c0c5bde0f
commit
ecbb8ef071
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ class AdvancedFilter {
|
||||||
let start = -1;
|
let start = -1;
|
||||||
for (let i = 0; i < commands.length; i++)
|
for (let i = 0; i < commands.length; i++)
|
||||||
{
|
{
|
||||||
if (!commands[i].string && commands[i].cmd)
|
if (commands[i].cmd)
|
||||||
{
|
{
|
||||||
switch (commands[i].cmd)
|
switch (commands[i].cmd)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue