Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -52,8 +52,10 @@ 52 52 }); 53 53 } 54 54 function getCurrentUserCollabs() { 55 - fetch("/rest/v1/identity/users/me").then( user => user.username).then(username =>console.log(username))55 + fetch("/rest/v1/identity/users/me").then(console.log); 56 56 } 57 + 58 + getCurrentUserCollabs(); 57 57 }); 58 58 59 59