6 Commits

Author SHA1 Message Date
3114e2df4c wip
Some checks failed
API CI / api-tests (pull_request) Failing after 14s
CI / test (pull_request) Failing after 14s
2026-05-28 22:01:25 +02:00
a23cb5bd5f API PES 2026-05-28 22:01:23 +02:00
d52d3b0a65 PW interactions 2026-05-28 21:56:33 +02:00
2b1d0099cd minor 2026-05-28 21:56:33 +02:00
31b4784ecd Wip 2026-05-28 21:56:33 +02:00
19840edc1e adjusted migration
Initial bayer app

Show Pack Classification

Adjusted docker compose to bayer specifics

Adjusted Dockerfile for Bayer

Adding secret flags to group, add secret pools to packages

Adjusted View for Package creation

Prep configs, added Package Create Modal

wip

More on PES

wip

wip
2026-05-28 21:56:33 +02:00

View File

@ -2178,7 +2178,7 @@ def add_pathway_edge(request, package_uuid, pathway_uuid, e: Form[CreateEdge]):
for pr in e.products.split(","): for pr in e.products.split(","):
products.append(Node.objects.get(pathway=pw, url=pr.strip())) products.append(Node.objects.get(pathway=pw, url=pr.strip()))
multi_step = False multi_step = None
if e.multistep and e.multistep.strip() == "true": if e.multistep and e.multistep.strip() == "true":
multi_step = True multi_step = True