mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-18 22:00:35 +00:00
Add status to dictionary represantion
This commit is contained in:
parent
a9efc06d07
commit
eb85869158
@ -465,6 +465,7 @@ class Corpus(db.Model):
|
||||
return {'id': self.id,
|
||||
'creation_date': self.creation_date.timestamp(),
|
||||
'description': self.description,
|
||||
'status': self.status,
|
||||
'title': self.title,
|
||||
'user_id': self.user_id}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user