projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86fab64
)
[REF][PHP8.2] Fix Case_Form_TaskTest test fails on php8.2
author
Seamus Lee
<seamuslee001@gmail.com>
Fri, 3 Nov 2023 20:33:52 +0000
(07:33 +1100)
committer
Seamus Lee
<seamuslee001@gmail.com>
Fri, 3 Nov 2023 20:33:52 +0000
(07:33 +1100)
CRM/Case/Form/ActivityToCase.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/Form/ActivityToCase.php
b/CRM/Case/Form/ActivityToCase.php
index fddff50fe3697c76cd67a7fe7cb5ebdd457cdfff..ac182876bb7ed46625446871b5c63b269e5fb62a 100644
(file)
--- a/
CRM/Case/Form/ActivityToCase.php
+++ b/
CRM/Case/Form/ActivityToCase.php
@@
-20,6
+20,19
@@
*/
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.
*