Message ID | 20130113214519.7319.82904.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'dashboard_app/models.py' --- dashboard_app/models.py 2013-01-09 02:52:50 +0000 +++ dashboard_app/models.py 2013-01-13 21:34:23 +0000 @@ -1663,7 +1663,7 @@ for filter in filters: match = FilterMatch() match.filter = filter - match.filter_data = filter.summary_data + match.filter_data = filter.as_data() match.test_runs = list(bundle.test_runs.all()) match.specific_results = list( TestResult.objects.filter(