Skip to content
Snippets Groups Projects
Commit 51555e15 authored by esikkala's avatar esikkala
Browse files

Places and actors: rename prefLabel facet

parent e9efc4c8
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ export const INITIAL_STATE = {
facets: {
prefLabel: {
id: 'prefLabel',
label: 'Label',
label: 'Name',
// predicate: defined in backend
distinctValueCount: 0,
values: [],
......
......@@ -33,7 +33,7 @@ export const INITIAL_STATE = {
instance: null,
page: -1,
pagesize: 10,
sortBy: 'prefLabel',
sortBy: null,
sortDirection: 'asc',
fetching: false,
fetchingResultCount: false,
......@@ -71,28 +71,6 @@ export const INITIAL_STATE = {
numberedList: false,
minWidth: 170
},
{
id: 'actor',
label: 'Actor',
desc: 'Actor description',
valueType: 'object',
makeLink: true,
externalLink: false,
sortValues: true,
numberedList: false,
minWidth: 200
},
{
id: 'manuscript',
label: 'Manuscript',
desc: 'Manuscript description',
valueType: 'object',
makeLink: true,
externalLink: false,
sortValues: true,
numberedList: false,
minWidth: 170
},
{
id: 'source',
label: 'Source',
......
......@@ -18,7 +18,7 @@ export const INITIAL_STATE = {
facets: {
prefLabel: {
id: 'prefLabel',
label: 'Label',
label: 'Name',
// predicate: defined in backend
distinctValueCount: 0,
values: [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment