Changes for page Tags
Last modified by Simon Urli on 2022/10/27 12:34
edited by Thomas Mortagne
on 2020/01/28 17:18
on 2020/01/28 17:18
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-tag-ui/11.10.2]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.s uperadmin1 +xwiki:XWiki.ThomasMortagne - 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 ... ... @@ -54,8 +54,7 @@ 54 54 ((( 55 55 (% class="xapp" %) 56 56 === $services.localization.render('xe.tag.activity', ["//${tag}//"]) === 57 - 58 - {{activity tags="$tag" rss='true'/}} 57 + {{notifications useUserPreferences="false" displayOwnEvents="true" tags="$tag" displayRSSLink="true" /}} 59 59 ))) 60 60 {{/container}} 61 61 #elseif ($do == 'prepareRename')