v1.1.13: service highlight, dynamic btn text, defaultValue in dataDescriptor
This commit is contained in:
@@ -72,6 +72,7 @@ def get_params_with_current_values(client, op_id, instance_uid):
|
||||
k: {
|
||||
"dataType": v.get("dataType", ""),
|
||||
"valueList": _normalize_value_list(v.get("valueList", "")),
|
||||
"defaultValue": v.get("defaultValue", ""),
|
||||
"isRequired": v.get("isRequired", False),
|
||||
}
|
||||
for k, v in dd.items()
|
||||
|
||||
Reference in New Issue
Block a user