From: Garry Collum Date: Sun, 20 Dec 2020 01:39:01 +0000 (-0500) Subject: LP1908766 Bootstrap OPAC: Lost ability to have notes in lists. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c7851defa3a56642a14b4919dfcfb3d60ec45db2;p=Evergreen.git LP1908766 Bootstrap OPAC: Lost ability to have notes in lists. Fixes the note functionality in the Bootstrap Opac lists. The button definition needed both the name 'save_notes' and an arbitrary value. To test: 1. Create a list in the bootstrap opac and add a couple of titles to the list. 2. View the list and try to add a note to one of the items in the list. 3. This should fail with an error. 4. Apply the patch. 5. Try to add a note. It should now be successful. 6. Try to edit the note. This should also succeed. Signed-off-by: Garry Collum Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 index fea676d60d..3735e18b71 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/lists.tt2 @@ -386,7 +386,7 @@ [%- INCLUDE "opac/parts/preserve_params.tt2"; %] - + [% END %]