mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +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…
Reference in New Issue
Block a user