Activity BAO - Decouple CiviCase logic from create function
authorColeman Watts <coleman@civicrm.org>
Sat, 13 Aug 2022 18:56:06 +0000 (14:56 -0400)
committerColeman Watts <coleman@civicrm.org>
Sun, 14 Aug 2022 01:18:13 +0000 (21:18 -0400)
commitd858668c47e56e55bfee6f9c753f6c634ce9983a
treeaa963bb09a79e9d6d4c13a45127f110a89c85bd4
parentda21dc84950b013a03d3fe5e72e12e7d652cce7f
Activity BAO - Decouple CiviCase logic from create function

A big chunk of civicase code was jammed into the Activity create function.
This moves it to the Case BAO.
CRM/Activity/BAO/Activity.php
CRM/Case/BAO/Case.php
Civi/Core/HookInterface.php