Document → presentatie laat gekoppelde grafiekdata en de projectmap achter #1639
Labels
No labels
accepted
bug
declined
docs
duplicate
enhancement
good first issue
in-progress
needs-info
privacy
security
triage
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
LibreKAT/Ocideck#1639
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wat er misgaat
Menu Naar presentatie converteren bouwt het nieuwe deck met
DocumentDeckBridge.documentToDeck(body)zonderprojectPathen zonderhydrateDocumentChartData. Een```chart-blok metsource: data/….jsonkomt als lege of niet-gehydrateerde grafiekdia in een padloos nieuw tabblad.De document-export doet die hydratatie wél vóór dezelfde brug (
buildDocumentExportBundle). Conversie en export lopen dus uit elkaar.De bevestigingsdialoog noemt alleen
---als diagrens, niet dit verlies.Waar het zit
lib/widgets/document_editor_screen.dart—_convertToPresentation.lib/services/document_chart_hydration.dart— alleen het exportpad.lib/widgets/dialogs/convert_to_presentation_dialog.dart— drop-lijst.Stappen
source: data/foo.jsondraagt, naast eendata/-map.Wat het met het formaat doet
De kopie is een presentatie zonder pad. De cijfers staan niet inline in de dia, dus ze reizen niet mee tot iemand opslaat in de oorspronkelijke map.
Regressie
Test: documentbody met
source:-grafiek + tijdelijkedata/*.json→ nadocumentToDeck(via het conversiepad) staan de cijfers in de chart-dia of is het verlies in de dialoog benoemd én de hydratatie gelijk getrokken met export.