Changes for page Tags

Last modified by Christian B. on 2023/02/07 22:06

From version 8.1
edited by Stefan Taferner
on 2014/10/08 16:39
Change comment: Install extension [org.xwiki.platform:xwiki-platform-tag-ui-6.2]
To version 9.1
edited by Stefan Taferner
on 2016/08/16 12:18
Change comment: Install extension [org.xwiki.platform:xwiki-platform-tag-ui-8.2.1]

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