Skip to content

Commit

Permalink
Merge pull request #160 from CogStack/export-project-status
Browse files Browse the repository at this point in the history
Export project status
  • Loading branch information
tomolopolis authored Oct 16, 2023
2 parents ddd61f1 + b6e07e3 commit 2ada996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/api/api/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ def retrieve_project_data(projects: QuerySet) -> Dict[str, List]:
out['name'] = project.name
out['id'] = project.id
out['cuis'] = project.cuis
out['project_status'] = project.project_status
out['project_locked'] = project.project_locked
out['documents'] = []

if project.cuis_file is not None and project.cuis_file:
Expand Down

0 comments on commit 2ada996

Please sign in to comment.