Changes for page Create Application
Last modified by Ruud de Jong on 2024/10/24 12:21
From version
6.1


edited by Ruud de Jong
on 2023/10/27 12:38
on 2023/10/27 12:38
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/15.8]
To version
4.1


edited by Bart Vastenhouw
on 2022/10/03 13:23
on 2022/10/03 13:23
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-appwithinminutes-ui/14.8]
Summary
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. RuuddeJong1 +xwiki:XWiki.BartVastenhouw - Content
-
... ... @@ -70,7 +70,6 @@ 70 70 #if (!$xwiki.exists($appClassRef)) 71 71 #set ($appHomeRef = $services.model.resolveDocument('', 'default', $appReference)) 72 72 #set ($discard = $queryString.putAll({ 73 - 'form_token': $services.csrf.getToken(), 74 74 'template': 'AppWithinMinutes.ClassTemplate', 75 75 'parent': $services.model.serialize($appHomeRef), 76 76 'title': "$appReference.name Class" ... ... @@ -106,11 +106,6 @@ 106 106 $services.localization.render('platform.appwithinminutes.appNameIsUsedWarning') 107 107 </div> 108 108 #end 109 - #if (!$services.security.authorization.hasAccess('script', $xcontext.userReference, $appHomeRef)) 110 - <div class="box errormessage"> 111 - $escapetool.xml($services.localization.render('platform.appwithinminutes.appHomePageNoScriptRight')) 112 - </div> 113 - #end 114 114 #end 115 115 #end 116 116