]> git.evergreen-ils.org Git - Evergreen.git/commit - Open-ILS/src/sql/Pg/950.data.seed-values.sql
LP#2019207 Patron View Discovery Layer URL
authorDan Briem <dbriem@wlsmail.org>
Sat, 21 Oct 2023 19:16:26 +0000 (19:16 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 12 Feb 2024 17:19:01 +0000 (12:19 -0500)
commit1985fc5a70c6044e6fb85650b40d1b53c8f3a5c4
treea2319f3ac1fd8c0f0911501acfa30246dc8cdee5
parentfb680de928e4a09648a0e354e64b557c33a95b64
LP#2019207 Patron View Discovery Layer URL

A new org unit setting configures the discovery layer URL opened
by the Patron View button on a staff catalog record.

The placeholder to include for the record ID is {eg_record_id}.

Example format: https://example.com/Record/{eg_record_id}

Signed-off-by: Dan Briem <dbriem@wlsmail.org>
Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/catalog.service.ts
Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.html
Open-ILS/src/eg2/src/app/staff/catalog/record/actions.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/resolver.service.ts
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.catalog_patron_view_discovery_url.sql [new file with mode: 0644]
docs/RELEASE_NOTES_NEXT/Cataloging/lp2019207_patron_view_discovery_layer.adoc [new file with mode: 0644]