Changes for page Create Application
Last modified by Thomas Coelho (local) on 2023/08/09 10:59
From version 2.1
edited by Thomas Coelho
on 2022/10/18 14:09
on 2022/10/18 14:09
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.8]
To version 3.1
edited by Thomas Coelho (local)
on 2023/02/24 19:45
on 2023/02/24 19:45
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.10.3]
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. thw1 +xwiki:XWiki.coelho - Content
-
... ... @@ -105,6 +105,11 @@ 105 105 $services.localization.render('platform.appwithinminutes.appNameIsUsedWarning') 106 106 </div> 107 107 #end 108 + #if (!$services.security.authorization.hasAccess('script', $xcontext.userReference, $appHomeRef)) 109 + <div class="box errormessage"> 110 + $escapetool.xml($services.localization.render('platform.appwithinminutes.appHomePageNoScriptRight')) 111 + </div> 112 + #end 108 108 #end 109 109 #end 110 110