Changes for page Documents Macro
Last modified by Ludovic Dubost on 2024/07/22 15:50
From version 2.1
edited by Thomas Mortagne
on 2014/09/29 12:38
on 2014/09/29 12:38
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-ui-6.2]
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. ThomasMortagne1 +xwiki:XWiki.ludovic
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -31,7 +31,7 @@ 31 31 #end 32 32 #if(!$isGuest && $xcontext.macro.params.actions == "true") 33 33 #set($discard = $collist.add('_actions')) 34 - #set($discard = $colprops.put('_actions', { 'actions' : ['copy', 'rename', 'rights' , 'delete'] }))34 + #set($discard = $colprops.put('_actions', { 'actions' : ['copy', 'delete', 'rename', 'rights'] })) 35 35 #end 36 36 #if ("$!xcontext.macro.params.id" != "") 37 37 #set ($livetableId = $xcontext.macro.params.id)