Details
-
Improvement
-
Resolution: Fixed
-
Trivial
-
3.0
-
None
-
None
-
livetable
-
Description
I did this for one of the client projects.
The solution is to use this piece of code in XWiki/LiveTableResults:
#if("$!request.parent" != '')
#set($extra = "${extra} and doc.parent = '${request.parent}'")
#end
and then pass "&parent=spaceName.docName" to the extraParams parameter of the livetable $options hash
Attachments
Issue Links
- is duplicated by
-
XWIKI-5898 Add page space and parent support in livetable options
- Closed