Fix unserializing custom values to work during form reload
authorColeman Watts <coleman@civicrm.org>
Sun, 25 Apr 2021 02:58:46 +0000 (22:58 -0400)
committerColeman Watts <coleman@civicrm.org>
Sun, 25 Apr 2021 02:58:51 +0000 (22:58 -0400)
commit01f1409c41cf0f9202763d15f3c3e5ae523e191a
treee10ead3fccd1093d2ad962151689d7ee02efd853
parent992654bebc4d8c4e6a379cd38bd3ad3cb5b01993
Fix unserializing custom values to work during form reload

Fixes https://lab.civicrm.org/dev/core/-/issues/2506
MultiValued custom ContactRef fields were losing their value
during form reload if there was a validation error.
CRM/Core/BAO/CustomGroup.php