Details
-
Improvement
-
Resolution: Fixed
-
Major
-
5.1
-
None
Description
It would be useful to have a new parameter in the livetable macro so that if set the user will always see all documents including hidden ones.
In order to be generic allow passing a list of Query Filters and if set then apply those filters only.
Example:
#set($options = {
'resultPage' : 'QA.LiveTableResults',
'tagCloud': true,
"translationPrefix" : "qaapp.WebHome.LiveTable.",
'rowCount': 15,
'maxPages': 10,
'selectedColumn': 'doc.name',
'defaultOrder': 'asc',
'javascriptName' : 'qaHomePageLiveTable',
'queryFilters': 'currentLanguage, hidden',
})
For example if you want to show always hidden docs, then you would use:
... 'queryFilters': 'currentLanguage', ...
And if you wish to show all docs for all languages and hidden docs you would use:
... 'queryFilters': '', ...
Attachments
Issue Links
- is duplicated by
-
XWIKI-8973 Allow showing hidden document in livetable
-
- Closed
-
-
XWIKI-9739 Add ability to customize the Query filters used by the Livetable
-
- Closed
-