Changes for page Nice Display

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

From version 45.19
edited by Benjamin Fischer
on 2025/03/26 11:45
Change comment: There is no comment for this version
To version 45.20
edited by Benjamin Fischer
on 2025/03/26 11:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,6 +10,7 @@
10 10   'affiliation': {"filterable":true, "sortable":true, "html":true},
11 11   'URL': {"type": "hidden"},
12 12   "content": {"type": "hidden"},
13 + "coopDetails": {"type": "hidden"},
13 13   "coop": {},
14 14   "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol", "aux": $ntrg_tagCols},
15 15   "doc.date": {"filterable": false, "displayName": "Last Updated"},
... ... @@ -25,7 +25,7 @@
25 25   'selectedColumn': 'doc.date',
26 26   'defaultOrder': 'desc'
27 27  })
28 -#set ($columns = ['affiliation', 'URL', "content", "coop", "doc.date", '_actions'])
29 +#set ($columns = ['affiliation', 'URL', "content", "coop", "coopDetails", "doc.date", '_actions'])
29 29  #foreach ($ntrg_tagCol in $ntrg_tagCols)
30 30  #set ($discard = $columns.add(3, "tags"))
31 31  #end