mirror of
https://github.com/gramps-project/gramps-web.git
synced 2026-08-01 00:16:15 -04:00
Fix: do not serve stale report (#1322)
* Commit missing test * Fix: do not serve previous report
This commit is contained in:
@@ -106,6 +106,8 @@ export class GrampsjsViewReport extends GrampsjsView {
|
||||
super.update(changed)
|
||||
if (changed.has('reportId')) {
|
||||
this.data = {}
|
||||
this._options = {}
|
||||
this._updateQueryUrl()
|
||||
this._fetchData()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user