Bug 32932: Fix resource_id param for EHoldingsLocalResourcesShow

Caught by cypress tests  "ReferenceError: resource_id is not defined" in "Show title".

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-06-09 09:37:39 +02:00 committed by Tomas Cohen Arazi
parent a53351b4a0
commit 3a6d369fe6
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -63,7 +63,7 @@ export default {
if (!row) return // Happen if the table is empty
let { href } = router.resolve({
name: "EHoldingsLocalResourcesShow",
params: { resource_id },
params: { resource_id: row.resource_id },
})
let n = createVNode(
"a",