summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorIgnatzHome <ignatz@maschath.de>2018-05-20 11:27:22 +0200
committerIgnatzHome <ignatz@maschath.de>2018-05-20 11:27:22 +0200
commitecbb8ef07100f7af2387f8fb97712703eff32a06 (patch)
tree90eceeef738b3651bb51a3c7626722db9899c635 /client
parent1c0c5bde0f39a1f3b7b6a125148f6dbda6803658 (diff)
downloadwekan-ecbb8ef07100f7af2387f8fb97712703eff32a06.tar.gz
wekan-ecbb8ef07100f7af2387f8fb97712703eff32a06.tar.bz2
wekan-ecbb8ef07100f7af2387f8fb97712703eff32a06.zip
correcting strings not part of subcommand
Diffstat (limited to 'client')
-rw-r--r--client/lib/filter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/lib/filter.js b/client/lib/filter.js
index db2dd89f..60c2bc84 100644
--- a/client/lib/filter.js
+++ b/client/lib/filter.js
@@ -172,7 +172,7 @@ class AdvancedFilter {
let start = -1;
for (let i = 0; i < commands.length; i++)
{
- if (!commands[i].string && commands[i].cmd)
+ if (commands[i].cmd)
{
switch (commands[i].cmd)
{