fix state check in search
This commit is contained in:
parent
53d9a5b3a4
commit
40d368602d
1 changed files with 2 additions and 2 deletions
|
@ -272,8 +272,8 @@ class Search(ConceptView):
|
||||||
for state in states:
|
for state in states:
|
||||||
if stf.state == state:
|
if stf.state == state:
|
||||||
break
|
break
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue