Fix missing workspace parameter in update flags status call

This commit is contained in:
yangdx 2025-11-18 12:55:48 +08:00
parent f8dd2e0724
commit 1745b30a5f

View file

@ -2350,7 +2350,7 @@ def create_document_routes(
)
# Get update flags status for all namespaces
update_status = await get_all_update_flags_status()
update_status = await get_all_update_flags_status(workspace=rag.workspace)
# Convert MutableBoolean objects to regular boolean values
processed_update_status = {}