Fix: do not serve stale report (#1322)

* Commit missing test

* Fix: do not serve previous report
This commit is contained in:
David Straub
2026-07-29 17:04:33 +02:00
committed by GitHub
parent bd47b7d03c
commit 451e0653a4

View File

@@ -106,6 +106,8 @@ export class GrampsjsViewReport extends GrampsjsView {
super.update(changed)
if (changed.has('reportId')) {
this.data = {}
this._options = {}
this._updateQueryUrl()
this._fetchData()
}
}