Merge pull request #23707 from eileenmcnaughton/import_activity
[civicrm-core.git] / CRM / Case / Form / Task.php
index 863a3c58f5de61c9a3e5d7207c405a45ca42aeb5..b52a37bdd0a24afd68187323cb4f7a25377beef9 100644 (file)
@@ -114,4 +114,13 @@ class CRM_Case_Form_Task extends CRM_Core_Form_Task {
     );
   }
 
+  /**
+   * Get the token processor schema required to list any tokens for this task.
+   *
+   * @return array
+   */
+  protected function getTokenSchema(): array {
+    return ['contactId', 'caseId'];
+  }
+
 }