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.

Membership - HBP Wiki

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


Changes for page Membership

Last modified by superadmin on 2022/06/07 18:01

From version 6.20
edited by bougault
on 2022/03/21 14:18
Change comment: There is no comment for this version
To version 6.27
edited by bougault
on 2022/03/21 17:53
Change comment: There is no comment for this version

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -2,11 +2,8 @@
2 2   navigator.serviceWorker.register('/bin/jsx/LiveTableServiceWorker?minify=false', { 'scope': '/bin/view/Membership'})
3 3   .then((reg) => {
4 4   reg.update();
5 - // registration worked
6 - console.log('Registration succeeded. Scope is ' + reg.scope);
7 7   }).catch((error) => {
8 - // registration failed
9 - console.log('Registration failed with ' + error);
6 + console.error('Registration failed with ' + error);
10 10   });
11 11  }
12 12