Changes for page Tags

Last modified by Vincent Massol on 2022/07/06 09:12

From version 6.1
edited by Vincent Massol
on 2014/10/17 10:09
Change comment: Install extension [org.xwiki.platform:xwiki-platform-tag-ui-6.2]
To version 7.1
edited by Vincent Massol
on 2016/03/17 15:43
Change comment: Install extension [org.xwiki.platform:xwiki-platform-tag-ui-8.0]

Summary

Details

Page properties
Content
... ... @@ -46,7 +46,7 @@
46 46   === $services.localization.render('xe.tag.alldocs', ["//${tag}//"]) ===
47 47  
48 48   #if ($list.size()> 0)
49 - {{html}}#displayDocumentList($list true $blacklistedSpaces){{/html}}
49 + {{html}}#displayDocumentList($list false $blacklistedSpaces){{/html}}
50 50   #else
51 51   (% class='noitems' %)$services.localization.render('xe.tag.notags')
52 52   #end