]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1858114: Fix thinko in template-parameter collection
authorMike Rylander <mrylander@gmail.com>
Fri, 14 Aug 2020 19:35:10 +0000 (15:35 -0400)
committerJason Boyer <JBoyer@EquinoxInitiative.org>
Mon, 15 Feb 2021 21:53:13 +0000 (16:53 -0500)
commit31b854f1c919de475147f6169f37fca58a5f5faa
tree4ee598869d63408604c6f8e4531d12b9607ea624
parent26a6050ca524d0bd32a183894b090de1e4ab6655
LP#1858114: Fix thinko in template-parameter collection

Minor thinko in the use of Array.prototype.concat() when gathering the
"where" and "having" template parameters -- concat() does not alter the
array it is called on, so we need to assign the result back to the
array.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Angela Kilsdonk <akilsdonk@equinoxinitiative.org>
Signed-off-by: Jason Boyer <JBoyer@EquinoxInitiative.org>
Open-ILS/web/reports/oils_rpt.js