| changeset 119 | 0a9171619fd3 |
| parent 118 | a8ff5a8a4fe8 |
| child 120 | 1a0fa98037fa |
--- a/lib/CrashTest/Plugin/Storage/Sql/Model/CrashReport.pm Sat Nov 26 18:33:57 2016 +0100 +++ b/lib/CrashTest/Plugin/Storage/Sql/Model/CrashReport.pm Sun Nov 27 17:17:43 2016 +0100 @@ -99,7 +99,7 @@ ", @values, $pager->skipped, $pager->entries_per_page - )->hashes; + )->expand->hashes; return ($results, $pager); }