Skip to content

Commit

Permalink
MODFQMMGR-346 Fix valueSourceApi settings in simple_locations
Browse files Browse the repository at this point in the history
  • Loading branch information
mweaver-ebsco committed Jun 27, 2024
1 parent 766c204 commit ada34f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/entity-types/inventory/simple_locations.json5
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
entityTypeId: '74ddf1a6-19e0-4d63-baf0-cd2da9a46ca4',
},
valueSourceApi: {
path: 'location-units/libraries',
valueJsonPath: '$.loclibs.*.code',
labelJsonPath: '$.loclibs.*.code',
path: 'locations',
valueJsonPath: '$.locations.*.code',
labelJsonPath: '$.locations.*.code',
}
},
{
Expand Down Expand Up @@ -99,9 +99,9 @@
entityTypeId: '74ddf1a6-19e0-4d63-baf0-cd2da9a46ca4',
},
valueSourceApi: {
path: 'location-units/libraries',
valueJsonPath: '$.loclibs.*.discoveryDisplayName',
labelJsonPath: '$.loclibs.*.discoveryDisplayName',
path: 'locations',
valueJsonPath: '$.locations.*.discoveryDisplayName',
labelJsonPath: '$.locations.*.discoveryDisplayName',
},
},
{
Expand Down

0 comments on commit ada34f9

Please sign in to comment.