Extract managed form elements from XML
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-21 06:10:05 +03:00
parent 5bd188fe6f
commit af900e4e34
9 changed files with 186 additions and 46 deletions
@@ -156,8 +156,7 @@ def html5_setup_job(
async def html5_setup_reindex(
*,
project_id: str,
reindex: Callable[[str], Any],
setup_response: Callable[[str], object],
start_reindex_job: Callable[[str], Any],
) -> str:
await reindex(project_id)
return render_html5_setup_summary(project_id, setup_response(project_id))
job = await start_reindex_job(project_id)
return render_html5_import_job(project_id, job)