Merge "fix mistral dashbaord workflow execution form bug"
This commit is contained in:
commit
ffe113c364
@ -45,6 +45,7 @@ class ExecuteForm(forms.SelfHandlingForm):
|
||||
for entry in list.split(","):
|
||||
label, _, default = entry.partition("=")
|
||||
label = label.strip()
|
||||
if label != '':
|
||||
self.workflow_parameters.append(label)
|
||||
if default == "None":
|
||||
default = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user