fix(1c): restore partial status in component inventory

This commit is contained in:
2026-08-15 14:56:29 +03:00
parent d38d7c0810
commit 1aee3bfb6d
@@ -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,