Bring back the auto_start

Fix #582
This commit is contained in:
Julien Duponchelle
2016-08-16 15:45:06 +02:00
parent 017202d151
commit 12735ff36e
7 changed files with 118 additions and 28 deletions

View File

@ -53,6 +53,8 @@ def project_to_topology(project):
"project_id": project.id,
"name": project.name,
"auto_start": project.auto_start,
"auto_open": project.auto_open,
"auto_close": project.auto_close,
"topology": {
"nodes": [],
"links": [],