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]
To version 3.1
edited by Ludovic Dubost
on 2015/09/01 11:46
on 2015/09/01 11:46
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-index-ui-7.1]
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
-
... ... @@ -24,7 +24,7 @@ 24 24 #set ($extraParams = "&space=$escapetool.url($xcontext.macro.params.space)") 25 25 #end 26 26 #if ("$!xcontext.macro.params.parent" != "") 27 - #set ($extraParams = "${extraParams}&parent=$escapetool.url($xcontext.macro.params.parent)") 27 + #set ($extraParams = "$!{extraParams}&parent=$escapetool.url($xcontext.macro.params.parent)") 28 28 #end 29 29 #if ("$!extraParams" != "") 30 30 #set($discard = $options.put('extraParams', $extraParams))