Record document browse helper closeout

This commit is contained in:
2026-06-15 22:28:22 +02:00
parent 294d9ce74f
commit 459ace29e3
3 changed files with 46 additions and 0 deletions

View File

@@ -1391,6 +1391,10 @@ The retained ABR/PPBR import prompt wiring in `src/legacy_document_open_services
now also routes through a focused helper, so the remaining document-open bridge
debt is further concentrated on unsaved-project prompts, project-open
execution, layer refresh, title updates, and retained history services.
The retained document-browse button wiring in `App::dialog_browse()` now also
routes through a focused helper, so the remaining document-open bridge debt is
further concentrated on unsaved-project prompts, project-open execution, layer
refresh, title updates, and retained history services.
`App::request_close`, `App::save_document`, and
`App::continue_document_workflow_after_optional_save` now route through
app-core document-session executors and `src/legacy_document_session_services.*`,