Changes for page Contributors
Last modified by Yana Oksner on 2026/01/08 11:01
From version 1.1
edited by Yana Oksner
on 2023/11/30 14:52
on 2023/11/30 14:52
Change comment:
Install extension [com.xwiki.pro:xwiki-pro-macros/1.14.0]
To version 2.1
edited by Yana Oksner
on 2024/02/23 13:49
on 2024/02/23 13:49
Change comment:
Install extension [com.xwiki.pro:xwiki-pro-macros/1.15.0]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.WikiMacroClass[0]
-
- Macro code
-
... ... @@ -172,8 +172,6 @@ 172 172 #end 173 173 {{/velocity}} 174 174 175 -{{include reference="Licenses.Code.VelocityMacros"/}} 176 - 177 177 {{velocity}} 178 178 ## We need to check if there is a valid license because the macro is registered even if the user doesn't have view right 179 179 ## on the macro definition page. See XWIKI-14828: Rendering macros defined in wiki pages are available to users that ... ... @@ -181,7 +181,5 @@ 181 181 #if ($services.licensing.licensor.hasLicensureForEntity($xcontext.macro.doc.documentReference)) 182 182 #executeMacro 183 183 #else 184 - {{error}} 185 - #getMissingLicenseMessage('proMacros.extension.name') 186 - {{/error}} 182 + {{missingLicenseMessage extensionName="proMacros.extension.name"/}} 187 187 #end