Skip to content
Snippets Groups Projects
Commit 13abdc6f authored by Mike Lynch's avatar Mike Lynch
Browse files

Display licenseOriginal instead of license - this means that the full license

URL appears instead of public, and also removes the licence display from people
parent 15ad1323
Branches
No related merge requests found
......@@ -38,8 +38,7 @@ let state = {
related: [],
viewFields: [
{display: "SubDocHorizontal", field: "author", fieldName: 'Author/s'},
//{display: "", field: "affiliation", fieldName: 'Affiliation'},
{display: "", field: "license", fieldName: 'Licence'},
{display: "", field: "licenseOriginal", fieldName: 'Licence'},
{display: "SubDocDate", field: "datePublished", fieldName: 'Date Published'},
{display: "SubDoc", field: "contactPoint", fieldName: 'Contact Point', template: '${item.name} ${item.email}'},
]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment