There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-c92a6c03-7bc1-4c8d-a257-e65971feea8e XWIKI-19779 Open

Bad display of non-viewable users in the likers page

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-fd1aa7a0-86f6-406e-9f9b-64ca7eb8df85 Charpentier Lucas on 15/Jan/26 17:18
 

The systemic cause of this problem is that the like (and getUsers) UIs relied on their own macros to display users instead of using the standard one. This hard-coded one was not maintained properly.

In the fix I'll propose soon, I decided to remove the hard-coded macro and use the standard one since the result is pretty much the same.

 
cid:jira-generated-image-avatar-fd1aa7a0-86f6-406e-9f9b-64ca7eb8df85 Charpentier Lucas on 15/Jan/26 17:19
 
The systemic cause of this problem is that the like (and getUsers) UIs relied on their own macros to display users instead of using the standard one. This hard-coded one was not maintained properly.

In the fix I'll propose soon, I decided to remove the hard-coded macro and use the standard one since the result is pretty much the same.
The only differences are things that got patched in the standard macro but not here...