APIv3 - Fix overzealous pseudoconstant matching
authorColeman Watts <coleman@civicrm.org>
Wed, 22 Dec 2021 04:59:53 +0000 (23:59 -0500)
committerColeman Watts <coleman@civicrm.org>
Wed, 22 Dec 2021 04:59:53 +0000 (23:59 -0500)
commit91c86e2a53b9339d0b819ba960772a66176f7ab8
treed96023f293bdf0ea0d2f089950989b42fa0379a0
parenta5b9b33f81ef815c80023411f85b57dddbc245a0
APIv3 - Fix overzealous pseudoconstant matching

Strings do not need to be strictly matched to pseudoconstants
during get operations.

Fixes regression caused by #22282.
api/v3/utils.php