forked from lix-project/hydra
Fix showing the project's display name
This commit is contained in:
parent
24f5a6b15f
commit
77fd72070f
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue