Skip to content

Commit

Permalink
Fix deprecation notice on ExecuteJob screen
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Aug 25, 2023
1 parent 0aa8f20 commit c9a6614
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CRM/Admin/Form/Job.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit c9a6614

Please sign in to comment.