From 1981acf1945468440683589f385451903ae0633e Mon Sep 17 00:00:00 2001 From: mike-esokia Date: Mon, 21 May 2018 11:28:25 +0400 Subject: [PATCH] show display name in menu bar if exist --- templates/web/common/menubar.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/web/common/menubar.html.twig b/templates/web/common/menubar.html.twig index f3396d960b..97831a327f 100644 --- a/templates/web/common/menubar.html.twig +++ b/templates/web/common/menubar.html.twig @@ -128,7 +128,7 @@ {% else %} - {{app.getAuthenticatedUser().getLogin()}} + {{ app.getAuthenticatedUser().getDisplayName() }} {% endif %}