diff --git a/expert/browser/report.py b/expert/browser/report.py index ad79177..1a14ba0 100644 --- a/expert/browser/report.py +++ b/expert/browser/report.py @@ -178,7 +178,9 @@ class ResultsConceptView(ConceptView): return ri def results(self): - return self.reportInstance.getResults() + res = self.reportInstance.getResults() + self.resultSets[res.context.name] = res + return res @Lazy def displayedColumns(self):