[REF][PHP8.2] Fix Case_Form_TaskTest test fails on php8.2
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 3 Nov 2023 20:33:52 +0000 (07:33 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 3 Nov 2023 20:33:52 +0000 (07:33 +1100)
CRM/Case/Form/ActivityToCase.php

index fddff50fe3697c76cd67a7fe7cb5ebdd457cdfff..ac182876bb7ed46625446871b5c63b269e5fb62a 100644 (file)
  */
 class CRM_Case_Form_ActivityToCase extends CRM_Core_Form {
 
+  /**
+   * Case Activity being copied or moved
+   * @var int
+   */
+  public $_activityId;
+
+
+  /**
+   * Current CiviCase ID associated with the activity
+   * @var int
+   */
+  public $_currentCaseId;
+
   /**
    * Build all the data structures needed to build the form.
    *