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:
|
||||
if stf.state == state:
|
||||
break
|
||||
else:
|
||||
return False
|
||||
else:
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue