ignore noop conditions, return descriptions, itemlist/items, update selected frame after uploading frames
This commit is contained in:
parent
de52b3966d
commit
e41a23e1d4
4 changed files with 9 additions and 3 deletions
|
|
@ -256,6 +256,7 @@ class File(models.Model):
|
|||
return False
|
||||
|
||||
def json(self, keys=None, user=None):
|
||||
#FIXME: why?
|
||||
if keys and not 'instances' in keys:
|
||||
keys.append('instances')
|
||||
resolution = (self.width, self.height)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue