find clipQuery
This commit is contained in:
parent
ced5d06f89
commit
898aa66509
3 changed files with 32 additions and 15 deletions
|
|
@ -144,7 +144,7 @@ class Annotation(models.Model):
|
|||
'saturation': 'clip__saturation',
|
||||
'volume': 'clip__volume',
|
||||
}.get(field, field))
|
||||
if layer:
|
||||
if layer or (keys and 'layer' in keys):
|
||||
j['layer'] = self.layer.name
|
||||
if keys:
|
||||
_j = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue