1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Fix showing the project's display name

This commit is contained in:
Eelco Dolstra 2013-10-03 10:17:53 +00:00
parent 24f5a6b15f
commit 77fd72070f

View file

@ -12,7 +12,7 @@ sub projectChain :Chained('/') :PathPart('project') :CaptureArgs(1) {
my $project = $c->model('DB::Projects')->find($projectName, { columns => [
"me.name",
"me.displayName",
"me.displayname",
"me.description",
"me.enabled",
"me.hidden",