v1.1.13: service highlight, dynamic btn text, defaultValue in dataDescriptor

This commit is contained in:
2026-07-29 09:05:23 +04:00
parent b763469c5c
commit 8f802c3a17
5 changed files with 8 additions and 4 deletions
+1
View File
@@ -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()