Extract managed form elements from XML
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user