diff --git a/lib/galaxy/managers/jobs.py b/lib/galaxy/managers/jobs.py index 48c04b3e656f..b8989865a2e8 100644 --- a/lib/galaxy/managers/jobs.py +++ b/lib/galaxy/managers/jobs.py @@ -1084,7 +1084,11 @@ def inputs_recursive(input_params, param_values, depth=1, upgrade_messages=None) is_valid = False if is_valid: rval.append( - dict(text=input.test_param.label, depth=depth, value=input.cases[current_case].value) + dict( + text=input.test_param.label or input.test_param.name, + depth=depth, + value=input.cases[current_case].value, + ) ) rval.extend( inputs_recursive(