Changes for page People in ErUM-Data

Last modified by Benjamin Fischer on 2025/03/26 13:22

From version 29.1
edited by admin
on 2024/10/23 14:18
Change comment: There is no comment for this version
To version 28.14
edited by admin
on 2024/10/23 14:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -23,5 +23,5 @@
23 23   'defaultOrder': 'asc'
24 24  })
25 25  #set ($columns = ['affiliation', 'URL', "content", "tags", "tags", "tags", '_actions'])
26 -#livetable('research_groups' $columns $columnsProperties $options)
26 +#livetable('research groups' $columns $columnsProperties $options)
27 27  {{/velocity}}
XWiki.JavaScriptExtension[0]
Code
... ... @@ -71,7 +71,7 @@
71 71  
72 72  require(['jquery', 'bootstrap'], function($) {
73 73   const ttApply = () => {
74 - $(`[id='${tabName}'] [data-toggle="popover"]`).popover({
74 + $(`[id='${tabName}'] [data-toggle="tooltip"]`).popover({
75 75   html: true,
76 76   container: "body",
77 77   trigger: "hover",