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.

CLB Search Component - HBP Wiki

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


Changes for page CLB Search Component

Last modified by bougault on 2023/01/17 11:42

From version 7.3
edited by bougault
on 2023/01/13 13:28
Change comment: There is no comment for this version
To version 7.1
edited by bougault
on 2023/01/13 13:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -54,7 +54,7 @@
54 54   return this.shadowRoot.querySelector('#results');
55 55   }
56 56  
57 - renderResults = (results) => {
57 + renderResults(results) {
58 58   const resultsContainer = this.shadowRoot.querySelector('#results');
59 59   resultsContainer.replaceChildren();
60 60   for(let i = 0, j = results.length; i < j; i++) {
... ... @@ -104,5 +104,4 @@
104 104   }
105 105  );
106 106  </script>
107 -<clb-simplified-search></clb-simplified-search>
108 108  {{/html}}