Failed to execute template. Cause: [Access denied when checking [script] access to [xwiki:Collaboratory.UX.HbpSkin.WebHome] for user [xwiki:XWiki.Admin]]. Click on this message for details.

ExternalApps - HBP Wiki

IAM21 instance, do not create collab nor modify a team, your changes will be lost


Changes for page ExternalApps

Last modified by bougault on 2019/09/12 12:46

From version 2.205
edited by bougault
on 2019/05/24 12:19
Change comment: There is no comment for this version
To version 2.203
edited by bougault
on 2019/05/24 11:27
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +2,3 @@
1 -{{include reference='Collaboratory.Apps.Apps.Code.AppsMacros' /}}
2 2  {{velocity}}
3 3  {{html clean="false"}}
4 4  ## space: $spaceDoc <br />
... ... @@ -7,9 +7,6 @@
7 7  #set($query = 'select doc from Document doc, doc.object(ExternalApps.Code.ExternalAppsClass) as app')
8 8  #set($applications = $services.query.xwql($query).addFilter('hidden').execute())
9 9  
10 -#applications( $applications false)
11 -
12 -#*
13 13  <div class="applications">
14 14   #foreach($application in $applications)
15 15   #set($app = $xwiki.getDocument($application))
... ... @@ -38,6 +38,5 @@
38 38   </div>
39 39   #end
40 40  </div>
41 -*#
42 42  {{/html}}
43 43  {{/velocity}}