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 => [ my $project = $c->model('DB::Projects')->find($projectName, { columns => [
"me.name", "me.name",
"me.displayName", "me.displayname",
"me.description", "me.description",
"me.enabled", "me.enabled",
"me.hidden", "me.hidden",