fix(1c): restore partial status in component inventory
This commit is contained in:
@@ -42346,6 +42346,7 @@ def metadata_object_components(payload: dict[str, Any]) -> dict[str, Any]:
|
|||||||
)
|
)
|
||||||
if isinstance(result, dict) and result.get("status") != "ok"
|
if isinstance(result, dict) and result.get("status") != "ok"
|
||||||
]
|
]
|
||||||
|
any_partial = bool(unresolved)
|
||||||
return {
|
return {
|
||||||
"schema": "onec_metadata_object_components.v1",
|
"schema": "onec_metadata_object_components.v1",
|
||||||
"method": method,
|
"method": method,
|
||||||
|
|||||||
Reference in New Issue
Block a user