forked from 0x2620/pandora
add item as valid key for findAnnotations
This commit is contained in:
parent
f1db36dd26
commit
24f81cdeae
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ def parseCondition(condition, user):
|
|||
'in': 'start',
|
||||
'out': 'end',
|
||||
'id': 'public_id',
|
||||
'item': 'item__public_id',
|
||||
'value': 'findvalue',
|
||||
}.get(k, k)
|
||||
if not k:
|
||||
|
|
Loading…
Reference in a new issue