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.

MembershipJson - HBP Wiki

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


Changes for page MembershipJson

Last modified by bougault on 2022/03/18 14:34

From version 3.36
edited by bougault
on 2022/03/18 12:56
Change comment: There is no comment for this version
To version 3.34
edited by bougault
on 2022/03/18 12:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -5,7 +5,7 @@
5 5  #set($map = {})
6 6  #set($rows = [])
7 7  {{/velocity}}
8 -{{velocity wiki="false" clean="false"}}
8 +{{velocity wiki="false"}}
9 9   #set($ok = $rows.add("toto"))
10 10  ##{
11 11   ## "row": [
... ... @@ -22,6 +22,7 @@
22 22   ##end
23 23  ## ]
24 24  ##}
25 -$rows
25 +$map.rows = $rows
26 +$jsontool.serialize($map)
26 26  {{/velocity}}
27 27