diff --git a/src/config/lhmc.js b/src/config/lhmc.js index 45476f1..a5e55c8 100644 --- a/src/config/lhmc.js +++ b/src/config/lhmc.js @@ -1,3 +1,11 @@ export default { gatewayUrl: 'http://localhost:8180/gateway/lhmc', + + filters: { + fields: { + objectProductionPlace: { + field: 'collectionobjects_common:objectProductionPlaceGroupList.objectProductionPlace.displayName', + }, + }, + }, };