Skip to content

Commit

Permalink
Merge pull request #29227 from eileenmcnaughton/case_test
Browse files Browse the repository at this point in the history
Declare some public variables on ChangeCaseStatus
  • Loading branch information
colemanw authored Feb 4, 2024
2 parents 00526d4 + 265e8c0 commit c6236c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CRM/Case/Form/Activity/ChangeCaseStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
*/
class CRM_Case_Form_Activity_ChangeCaseStatus {

public $_caseId;

public $_defaultCaseStatus;

public $_oldCaseStatus;

/**
* @param CRM_Core_Form $form
*
Expand Down Expand Up @@ -58,7 +64,7 @@ public static function setDefaultValues(&$form) {
/**
* @param CRM_Core_Form $form
*/
public static function buildQuickForm(&$form) {
public static function buildQuickForm($form) {
$form->removeElement('status_id');
$form->removeElement('priority_id');

Expand Down

0 comments on commit c6236c3

Please sign in to comment.