]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1721036: Add url to item tags (DB, IDL, and OPAC link)
authorRemington Steed <rjs7@calvin.edu>
Wed, 24 Apr 2019 18:01:39 +0000 (14:01 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sun, 1 Sep 2019 13:48:28 +0000 (09:48 -0400)
commitd87ad5f21e23f5e28fe7b970baad090d2b59eb63
treee9384525f5eefa38f2bc4559ab4d1483a95ceba3
parent001edcb20b3b408e9df9f901169749e5585b8b26
LP#1721036: Add url to item tags (DB, IDL, and OPAC link)

This commit adds a new field to the asset.copy_tag database table, adds
it to the IDL, and includes it as a link in the OPAC when present.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Kyle Huckins <khuckins@catalyte.io>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/sql/Pg/040.schema.asset.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.asset.copy_tag.url.sql [new file with mode: 0644]
Open-ILS/src/templates/opac/parts/record/copy_table.tt2