Skip to content
Snippets Groups Projects
Commit 854e2b39 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

typo

parent 3f76af9b
No related branches found
No related tags found
1 merge request!506CAPO handling for NAASC submission
Pipeline #2903 passed
This commit is part of merge request !506. Comments created here will be created in the context of that merge request.
......@@ -83,4 +83,4 @@ class ViewWorkflowCapoParameters:
if wf == RemoteWorkflows.DOWNLOAD and RemoteProcessingSites.NAASC.value in self.request.argument:
return ListView(self.delivery_parameters() + self.fetcher_parameters())
if wf == RemoteWorkflows.CARTA and RemoteProcessingSites.NAASC.value in self.request.argument:
return ListView(self.delivery_parameters() + self.carta_parameters())
return ListView(self.general_parameters() + self.carta_parameters())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment