Hello,
I have a DSpace 6.3 installed on a linux machine, using tomcat 9, jre 1.8, ant 1.10 and maven 3.3.9.
I am using JSPUI and have the following problem:
I have set the following property in dspace.cfg
webui.itemlist.columns = thumbnail, dc.date.issued(date), dc.title, dcterms.identifier
As you can see I have replaced the last field (which was dc.contributor.*) with dcterms.identifier.
Now, when I click on a collection and scroll down to view its items, I
can correctly see the value of dcterms.identifier for each item, however, the
respective column does not have an appropriate name (see the attached screenshot).
I cannot seem to find where this field is set so that I can change it.
Any help would be greatly appreciated!