EntityRef: Fix caching filter option lists
authorColeman Watts <coleman@civicrm.org>
Mon, 18 Feb 2019 03:46:27 +0000 (22:46 -0500)
committerColeman Watts <coleman@civicrm.org>
Mon, 18 Feb 2019 03:46:32 +0000 (22:46 -0500)
commit74e8320ff9a67261e0723f19ee018cf87b5cb32a
tree591c020eca8018f689cb4f5a5cd396f153635f32
parent2229cf4f8e35547b46e4dc8d3e5b3f42d2596645
EntityRef: Fix caching filter option lists

The filters objects were getting cloned instead of passed by reference,
which prevented loadEntityRefFilterOptions() from saving the list for reuse.
js/Common.js