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
Change comment: Install extension [org.xwiki.platform:xwiki-platform-index-ui-6.2]
To version 1.1
edited by Ludovic Dubost
on 2014/03/30 19:46
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.ThomasMortagne
1 +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)