Skip to content

Commit

Permalink
CB-29: Use deurned field for objectProductionPlace (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter authored Mar 7, 2024
1 parent e305db8 commit a8c5ea2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/config/lhmc.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
export default {
gatewayUrl: 'http://localhost:8180/gateway/lhmc',

filters: {
fields: {
objectProductionPlace: {
field: 'collectionobjects_common:objectProductionPlaceGroupList.objectProductionPlace.displayName',
},
},
},
};

0 comments on commit a8c5ea2

Please sign in to comment.