v1.0.91: раскрывающиеся секции с дифф-таблицами в результатах сравнения
This commit is contained in:
@@ -208,7 +208,7 @@ class Handler(BaseHTTPRequestHandler):
|
||||
ar = apply_resp.json()
|
||||
# Lucee serializeJSON → UPPERCASE keys
|
||||
summary = {k.lower(): v for k, v in ar.get("SUMMARY", {}).items()}
|
||||
self._sse({"type": "applied", "supplement_id": sid, "summary": summary})
|
||||
self._sse({"type": "applied", "supplement_id": sid, "summary": summary, "ops": ops})
|
||||
else:
|
||||
self._sse({"type": "apply_error", "supplement_id": sid,
|
||||
"error": f"apply HTTP {apply_resp.status_code}"})
|
||||
|
||||
Reference in New Issue
Block a user