forked from enviPath/enviPy
Compare commits
7
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
161a67b6d6 | ||
|
|
49356d84d0 | ||
|
|
91fbe6f42d | ||
|
|
a5a496a190 | ||
|
|
d118cdd8f7 | ||
|
|
a629c23cb5 | ||
|
|
868bbf5c05 |
+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 = None
|
||||
multi_step = False
|
||||
if e.multistep and e.multistep.strip() == "true":
|
||||
multi_step = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user