forked from enviPath/enviPy
Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3114e2df4c | ||
|
|
a23cb5bd5f | ||
|
|
d52d3b0a65 | ||
|
|
2b1d0099cd | ||
|
|
31b4784ecd | ||
|
|
19840edc1e |
+1
-1
@@ -2178,7 +2178,7 @@ def add_pathway_edge(request, package_uuid, pathway_uuid, e: Form[CreateEdge]):
|
||||
for pr in e.products.split(","):
|
||||
products.append(Node.objects.get(pathway=pw, url=pr.strip()))
|
||||
|
||||
multi_step = False
|
||||
multi_step = None
|
||||
if e.multistep and e.multistep.strip() == "true":
|
||||
multi_step = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user