APIv4 - Remove optionValue joins
authorColeman Watts <coleman@civicrm.org>
Wed, 6 May 2020 15:33:09 +0000 (11:33 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 15 May 2020 16:02:06 +0000 (12:02 -0400)
commitc16b4b6b1346b360e428476658c638134ce13639
tree64ceaf70305df25e5c7367c7975028126f07f7c5
parentbb761f09f85629fc7385aea8755a8459b8108878
APIv4 - Remove optionValue joins

OptionValue joins were deprecated in favor of pseudoconstant suffixes. This removes them.
Civi/Api4/Query/Api4SelectQuery.php
Civi/Api4/Service/Schema/Joinable/OptionValueJoinable.php [deleted file]
Civi/Api4/Service/Schema/SchemaMapBuilder.php
tests/phpunit/api/v4/Action/FkJoinTest.php
tests/phpunit/api/v4/Query/Api4SelectQueryComplexJoinTest.php