* PostgreSQL compatibility.

This commit is contained in:
Eelco Dolstra
2009-07-09 15:08:39 +00:00
parent 1aec78014d
commit fa364fa333
2 changed files with 4 additions and 3 deletions

View File

@ -56,7 +56,7 @@ sub errors : Chained('get_builds') PathPart Args(0) {
[$c->stash->{allJobs}->search({errormsg => {'!=' => ''}})]
if defined $c->stash->{allJobs};
$c->stash->{brokenBuilds} =
[getJobStatus($self, $c)->search({'me.buildstatus' => {'!=' => 0}})];
[getJobStatus($self, $c)->search({'resultInfo.buildstatus' => {'!=' => 0}})];
}