Record open project result branch closeout

This commit is contained in:
2026-06-15 22:42:26 +02:00
parent 2f2b96211d
commit de2aedb96b
3 changed files with 49 additions and 0 deletions

View File

@@ -1404,6 +1404,10 @@ The retained project-open success/failure handling in `open_legacy_project()`
now also routes through a focused helper, so the remaining document-open
bridge debt is further concentrated on layer refresh, title updates, and
retained history services.
The retained project-open layer/title update work and failure-path error
dialog in `handle_open_legacy_project_result()` now also route through focused
helpers, so the remaining document-open bridge debt is further concentrated on
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.*`,