Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.1-milestone-2
-
Fix Version/s: 4.3-milestone-2
-
Component/s: LiveTable
-
Labels:None
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
XWIKI-5948Livetable _action column only for the user with admin rights XWIKI-8619Use livetable's column 'list' type instead of 'text' when displaying list fields in AppWithinMinutes's homepage livetable XWIKI-1065The link to the user profile is broken for non-local users XWIKI-9172 Have a consistent display of users columns in User Directory and Administration XWIKI-9168 Make "User ID" column customizable in the User Directory livetable XWIKI-7523 Add support for optional Livetable columns XWIKI-5049LiveTable doesn't display correct results for class, if some column is TextArea type XWIKI-5889 Cannot filter using "/" on a Date column in the livetable XWIKI-7372Properly display live table columns based on User-type class fields XWIKI-8905 In an empty wiki, when editing a user's profile, the timezone is not a select box
Description
Right now it displays full technical user names spearated by commas. For example:
XWiki.Admin,XWiki.VincentMassol
This is really not user friendly and it's hard to for xwiki users to modify the behavior to link to user profiles instead.
Ideally it should display a little user icon, followed by the user name with a link to the user profile.
Issue Links
- is duplicated by
-
XWIKI-7967
User fields should display nicely the user name in view mode
-
- is related to
-
XWIKI-4022
Improve users/groups list field displayer
-
- relates to
-
XWIKI-8836
List of Users property does not work with Livetable list filter
-
BTW how do we tell the Livetable what format the data should use to display columns? Right now we can control the type: "text", "list", "number", "hidden", but I don't think we can control the formatting. It might be nice to be able to do so.