Record open legacy project result closeout

This commit is contained in:
2026-06-15 22:38:03 +02:00
parent 7b8da2f0e2
commit f88b2094ef
3 changed files with 46 additions and 0 deletions

View File

@@ -1400,6 +1400,10 @@ The retained unsaved-project discard prompt wiring in
through a focused helper, so the remaining document-open bridge debt is
further concentrated on project-open execution, layer refresh, title updates,
and retained history services.
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.
`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.*`,