diff mbox

[Branch,~linaro-validation/lava-dashboard/trunk] Rev 387: fix sending of bundle notifications on filter matches

Message ID 20130113214519.7319.82904.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Michael-Doyle Hudson Jan. 13, 2013, 9:45 p.m. UTC
Merge authors:
  Michael Hudson-Doyle (mwhudson)
------------------------------------------------------------
revno: 387 [merge]
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Mon 2013-01-14 10:44:59 +1300
message:
  fix sending of bundle notifications on filter matches
modified:
  dashboard_app/models.py


--
lp:lava-dashboard
https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk

You are subscribed to branch lp:lava-dashboard.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dashboard/trunk/+edit-subscription
diff mbox

Patch

=== 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(