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

Commmented out affiliation in the viewFields clause

parent 1772d2e2
Branches
No related merge requests found
......@@ -38,7 +38,7 @@ let state = {
related: [],
viewFields: [
{display: "SubDocHorizontal", field: "author", fieldName: 'Author/s'},
{display: "", field: "affiliation", fieldName: 'Affiliation'},
//{display: "", field: "affiliation", fieldName: 'Affiliation'},
{display: "", field: "license", 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