Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
10.11.9, 12.10.4
-
None
-
Easy
-
Description
I have a table of class object that we called MembershipRequestClass containing a title a date and a targeted user ( that was created with an app within minutes and the User picker )
{{velocity}}
#set ($columnsProperties = {
'doc.title': {"link":"view"},
'username': {"html":true},
'doc.date': {}
})
#set ($options = {
'className': 'Collaboratory.Apps.Membership.MembershipRequest.Code.MembershipRequestClass',
'translationPrefix': 'membershiprequest.livetable.',
'tagCloud': true,
'rowCount': 15,
'maxPages': 10,
'selectedColumn': 'doc.date',
'defaultOrder': 'desc'
})
#set ($columns = ['doc.title', 'target', 'username', 'status', 'doc.date'])
#livetable('membershiprequest' $columns $columnsProperties $options)
{{/velocity}}
It's display like this.
But if in the filter list I choose one of the xwiki username ( the usernames provided are corrects ) I don't see any results after.
Should be easily reproduce by just creating a class containing a user ( we use user picker ), generate some items and the table.