Fix keeping matches in the report history

This commit is contained in:
Ingo Oppermann
2023-04-17 15:03:25 +02:00
parent 76abf5474f
commit 78686c81f4
4 changed files with 48 additions and 14 deletions

View File

@@ -877,7 +877,6 @@ func (p *parser) storeReportHistory(state string) {
history := r.Value.(ReportHistoryEntry)
history.Log = nil
history.Prelude = nil
history.Matches = nil
r.Value = history
}