From: Jason Stephenson Date: Tue, 2 Feb 2021 17:46:49 +0000 (-0500) Subject: Lp 1913219: Use window.open for staff catalog edit link X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6a4a3a722a52a64d3a1d4cdf8ca9600041e83053;p=evergreen%2Fmasslnc.git Lp 1913219: Use window.open for staff catalog edit link To avoid the "Scripts may close only the windows that were opened by them" console message in Chrome 88, and a similar message in Firefox 84, when clicking "Save & Exit" in the Volume/Copy editor of the AngularJS staff client after opening it via the "edit" link in the copy table of the TT OPAC record summary, we use an onclick handler with window.open instead of a standard href in the edit anchor. Signed-off-by: Jason Stephenson Signed-off-by: Jane Sandberg --- diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index 7db16c68f3..8d8693d260 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -127,7 +127,7 @@ END; # FOREACH bib [% IF ctx.has_perm('UPDATE_COPY', copy_info.circ_lib) OR ctx.has_perm('UPDATE_COPY', copy_info.call_number_owning_lib) %] | - [% l('edit') %] + [% l('edit') %] [% END %] [% ELSE %]