Skip to content

Commit

Permalink
Local users can't see global users names while voting in a subwiki #61
Browse files Browse the repository at this point in the history
  • Loading branch information
acotiuga committed Nov 11, 2019
1 parent e89d091 commit 0c9a793
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#end
#macro (displayUser $userName)
#set ($userReference = $services.model.resolveDocument($userName))
#set ($user = $xwiki.getDocument($userReference))
#set ($user = $xwiki.getDocumentAsAuthor($userReference))
{{html wiki='true' clean='false'}}
<div class='clearfix user'>
<span id="avatar_$user.fullName" class='avatar user-avatar-wrapper'>
Expand Down

0 comments on commit 0c9a793

Please sign in to comment.