Skip to content

Commit

Permalink
Display username instead of login
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed May 19, 2021
1 parent 830de8d commit 38ecde7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<p/>
<p:commandButton id="sendWarningButton"
styleClass="primary"
actionListener="#{SystemMessageChannel.setUserName(LoginForm.loggedUser.login)}"
actionListener="#{SystemMessageChannel.setUserName(LoginForm.loggedUser.fullName)}"
action="#{SystemMessageChannel.sendMessage}"
update="systemMessageDialog"
value="#{msgs.send}">
Expand Down

0 comments on commit 38ecde7

Please sign in to comment.