* minor performance tweaks

* added related builds tab which show related builds (builds that are in same evaluations), shows max 50
This commit is contained in:
Rob Vermaas
2012-02-16 16:56:01 +01:00
parent 355135b6e8
commit 924d94cafd
4 changed files with 47 additions and 29 deletions

View File

@ -105,7 +105,7 @@ sub joinWithResultInfo {
{ },
{ join => 'resultInfo'
, '+select' => ["resultInfo.releasename", "resultInfo.buildstatus"]
, '+as' => ["releasename", "buildstatus"]
, '+as' => ["releasename", "buildStatus"]
});
}