From: Galen Charlton Date: Thu, 30 Mar 2023 18:11:26 +0000 (-0400) Subject: LP#1791791: remove a regression regression on bug 1923225 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2f751cace3b9a6f3d45cb76c85a8e89bcacc6e7a;p=Evergreen.git LP#1791791: remove a regression regression on bug 1923225 This was introduced on the Bootstrap side by the patch for bug 1955403. To test: [0] This applies to the Bootstrap OPAC skin. [1] Perform a search on ISBN. [2] Note that on the record page, the ISBN (under more details) is not properly highlighted. [3] Apply the patch and repeat step 1. This time, the ISBN should be highlighted. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 index 679b2f96d2..473804f8af 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 @@ -81,7 +81,7 @@ ctx.metalinks.push(' [%- IF attrs.hl.isbn.size; FOR isbn IN attrs.hl.isbn %]
  • [% l('ISBN:'); %] - [% isbn | html %] + [% isbn %]
  • [%- END; ELSIF attrs.isbns.0; FOR isbn IN attrs.isbns;