diff --git a/CRM/Admin/Form/Job.php b/CRM/Admin/Form/Job.php index 3f7048f7fe4a..7c0865cfd35c 100644 --- a/CRM/Admin/Form/Job.php +++ b/CRM/Admin/Form/Job.php @@ -20,6 +20,12 @@ */ class CRM_Admin_Form_Job extends CRM_Admin_Form { + /** + * Whether to use the legacy `retrieve` method or APIv4 to load values. + * @var string + */ + protected $retrieveMethod = 'api4'; + /** * @var bool */