Change #7567
Category | None |
Changed by | Jason Stephenson <jason | @sigio.com>
Changed at | Wed 10 Feb 2021 15:14:55 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 6a4a3a722a52a64d3a1d4cdf8ca9600041e83053 |
Comments
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 <jason@sigio.com> Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Changed files
- Open-ILS/src/templates/opac/parts/record/copy_table.tt2