]> 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:55:07 +0000 (16:55 -0500)
commit00cd4f65448dd4f826009fc6d0aabcb6958fe385
tree74cc06cde93284c18e7d9b61fce1b8a0a4bc4692
parentd32a0f07c1044ced05630df818198e2a1b147e4e
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