Changes for page Jobs in ErUM-Data
Last modified by Benjamin Fischer on 2025/06/16 10:35
From version 16.1
edited by Judith Steinfeld
on 2025/06/03 11:08
on 2025/06/03 11:08
Change comment:
There is no comment for this version
To version 17.1
edited by Benjamin Fischer
on 2025/06/04 11:59
on 2025/06/04 11:59
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. JudithSteinfeld1 +XWiki.fischer - Content
-
... ... @@ -35,7 +35,8 @@ 35 35 #set ($columnsProperties = { 36 36 'doc.title': {"html": true, "displayName": "Title"}, 37 37 'link': {"type": "hidden"}, 38 - "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"}, 38 + "Community": {"tooltip": "KAT - Astroparticle Physics<br/>KET - Elementary Particles Physics<br/>KfB - Accelerator Physics<br/>KFN - Research with neutrons<br/>KFS - Research with synchrotron radiation<br/>KFSI - Research with nuclear probes and ion beams<br/>KHuK - Hadron and nuclear physics<br/>RDS - German Observatory Council"}, 39 + "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol", "aux": [["Community", "KAT", "KET", "KfB", "KFN", "KFS", "KFSI", "KHuK", "RDS", "beyond ErUM"], ["Tags", true]] }, 39 39 'valid': {"html": true}, 40 40 "doc.date": {"displayName": "Last Updated"}, 41 41 "_actions": {"actions": ["view", "edit"]} ... ... @@ -50,7 +50,7 @@ 50 50 'selectedColumn': 'doc.date', 51 51 'defaultOrder': 'desc' 52 52 }) 53 -#set ($columns = ['doc.title', 'link', 'location', 'tags', 'valid', 'doc.date']) 54 +#set ($columns = ['doc.title', 'link', 'location', 'tags', "tags", 'valid', 'doc.date']) 54 54 #if (!$isGuest) 55 55 #set($discard = $columns.add("_actions")) 56 56 #end