From aeddd8a2fcf0ebbf80a3ea96250e84b04a0a71a7 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Thu, 13 Jan 2022 15:02:34 -0500 Subject: [PATCH] LP1920039-Bootstrap Opac: More Details button doesn't change on use. The 'More Details' button in a bib record in the Bootstrap Opac should change to say 'Less Details' when pressed. This patch fixes that behavior. To Test. 1. Go to a bib record in the boostrap opac. 2. Press "More Details" 3. Notice the button still displays "More Details" 4. Apply the patch and repeat. 5. The button should now toggle between "More Details" and "Less Details" Signed-off-by: Garry Collum --- .../src/templates-bootstrap/opac/parts/record/summary.tt2 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) 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 a0007ed16f..30a43d60ba 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/summary.tt2 @@ -324,12 +324,15 @@ ctx.metalinks.push(' -
-- 2.11.0