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.

Code - HBP Wiki

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


Wiki source code of Code

Last modified by hbpadmin on 2021/12/30 15:14

Hide last authors
hbpadmin 1.1 1 {{translation key="appWithinMinutes.codeSpace.description" /}}
2
3 {{velocity}}
4 #if ("$xwiki.getUserPreference('displayHiddenDocuments')" != '1')
5 {{info}}
6 {{translation key="appWithinMinutes.codeSpace.hiddenPagesInfo" /}}
7 {{/info}}
8 #end
9
10 #set ($escapedDocumentReference = $services.rendering.escape($services.model.serialize($doc.documentReference,
11 'default'), 'xwiki/2.1'))
12 {{documentTree showTranslations="false" showAttachments="false"
13 filterHiddenDocuments="false" root="document:$escapedDocumentReference" /}}
14 {{/velocity}}