Bug 32030: Fix EBSCO link for packages
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
8aa9805a49
commit
07c75f1d24
1 changed files with 2 additions and 2 deletions
|
@ -34,14 +34,14 @@
|
|||
<label>{{ $t("Vendor") }}:</label>
|
||||
<span>{{ erm_package.vendor.name }}</span>
|
||||
</li>
|
||||
<li v-if="erm_package.external_id">
|
||||
<li v-if="false">
|
||||
<label>{{ $t("External ID") }}:</label>
|
||||
<span>
|
||||
<!-- FIXME Create a syspref to store the URL -->
|
||||
<a
|
||||
:href="`https://replace_with_syspref_value_here.folio.ebsco.com/eholdings/packages/${erm_package.vendor.external_id}-${erm_package.external_id}`"
|
||||
>
|
||||
{{ erm_package.external_id }}
|
||||
{{ erm_package.vendor.external_id }}-{{ erm_package.external_id }}
|
||||
</a>
|
||||
</span>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue