Details
-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
2.7
-
None
-
Unknown
-
N/A
-
N/A
-
Description
#set($columns = ["_avatar", "first_name", "last_name", "email", "doc.creationDate", "_actions"]) #set($columnsProperties = { "_avatar" : { "type" : "none", "link" : "none", "html" : "true", "sortable":false }, "first_name" : { "type" : "text" , "size" : 20, "link" : "view"}, "last_name" : { "type" : "text", "link" : "view"}, "email" : { "type" : "text" }, "doc.creationDate" : { "type" : "text", "filterable" : true } }) #set($options = { "className":"XWiki.XWikiUsers", "translationPrefix" : "xe.index.users.", "tagCloud" : true, "rowCount": 10 }) #livetable("userdirectory" $columns $columnsProperties $options)
Steps to reproduce:
- Create a page with the livetable above.
- Filter the doc.creationDate column by a string containing "/".
No results are displayed in the livetable.
Attachments
Issue Links
- duplicates
-
XWIKI-10122 Add ability to filter on Date types in LiveTables
- Closed