Modifications pour le document Confluence bridge for Details Summary (Page properties report)
Modifié par Admin le 21/07/2025 - 09:06
Depuis la version 6.1
modifié par superadmin
sur 16/03/2025 - 00:00
sur 16/03/2025 - 00:00
Commentaire de modification :
Install extension [com.xwiki.pro:xwiki-pro-macros-confluence-bridges-ui/1.26.7]
Résumé
-
Propriétés de la Page (1 modifications, 0 ajouts, 0 suppressions)
-
Objets (1 modifications, 0 ajouts, 0 suppressions)
Détails
- Propriétés de la Page
-
- Auteur du document
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. superadmin1 +xwiki:XWiki.admin
- XWiki.WikiMacroClass[0]
-
- Code de la macro
-
... ... @@ -22,7 +22,7 @@ 22 22 #set ($showCreator = "$!xcontext.macro.params.showCreator") 23 23 #set ($showCreator = $showCreator.equalsIgnoreCase("true")) 24 24 #set ($showAnyMetadata = $showLastModified || $showPageLabels || $showCreator) 25 - #set ($details = $services.confluence.details.getDetails("$!xcontext.macro.params.id", "$!xcontext.macro.params.headings", $results , "$!xcontext.macro.params.sortBy", "$!xcontext.macro.params.reverseSort" == "true"))25 + #set ($details = $services.confluence.details.getDetails("$!xcontext.macro.params.id", "$!xcontext.macro.params.headings", $results)) 26 26 #if ($details.size() < 2) 27 27 $services.localization.render('rendering.macro.detailssummary.noresults') 28 28 #else ... ... @@ -45,8 +45,7 @@ 45 45 #end## 46 46 #if ($showLastModified)|$xwiki.formatDate($d.getDate())#end## 47 47 #if ($showCreator)|#if ($d.getCreator() == "XWiki.superadmin")superadmin#else[[$d.getCreator()]]#end#end## 48 - #if ($showPageLabels)|#showTags($d)#end## 49 - 48 + #if ($showPageLabels)|#showTags($d)#end| 50 50 #end 51 51 #end 52 52