Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.2 M1
-
Component/s: None
-
Labels:None
-
keywords:livetable
-
Similar issues:
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
-