forked from 0x2620/pandora
return annotation layer by default
This commit is contained in:
parent
93c654c014
commit
04e1adf53e
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@ class Annotation(models.Model):
|
||||||
'in': self.start,
|
'in': self.start,
|
||||||
'out': self.end,
|
'out': self.end,
|
||||||
'value': self.value,
|
'value': self.value,
|
||||||
|
'layer': self.layer,
|
||||||
'created': self.created,
|
'created': self.created,
|
||||||
'modified': self.modified,
|
'modified': self.modified,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue