[Bug] Criteria: Change author ORCID to orcid.
This commit is contained in:
parent
bc7663458c
commit
0c01154698
|
@ -4,7 +4,7 @@ export class CriteriaUtils {
|
||||||
public static readonly fields: Option[] = [
|
public static readonly fields: Option[] = [
|
||||||
{value: 'title', label: 'Title'},
|
{value: 'title', label: 'Title'},
|
||||||
{value: 'author', label: 'Author\'s name'},
|
{value: 'author', label: 'Author\'s name'},
|
||||||
{value: 'author ORCID', label: 'Author\'s ORCID'},
|
{value: 'orcid', label: 'Author\'s ORCID'},
|
||||||
{value: 'contributor', label: 'Contributor'},
|
{value: 'contributor', label: 'Contributor'},
|
||||||
{value: 'description', label: 'Description'}
|
{value: 'description', label: 'Description'}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue