From cde84d6f837e55cb5cf59c587cac98b801553fb6 Mon Sep 17 00:00:00 2001 From: Klaas Eikelboom Date: Fri, 24 Aug 2018 10:29:19 +0200 Subject: [PATCH] Corrected tag_id parameter description to refer cases instead of activities (See https://lab.civicrm.org/dev/core/issues/361) --- api/v3/Case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/Case.php b/api/v3/Case.php index 7aa2bdf88f3b..87d13b534762 100644 --- a/api/v3/Case.php +++ b/api/v3/Case.php @@ -202,7 +202,7 @@ function _civicrm_api3_case_get_spec(&$params) { ); $params['tag_id'] = array( 'title' => 'Tags', - 'description' => 'Find activities with specified tags.', + 'description' => 'Find cases with specified tags.', 'type' => 1, 'FKClassName' => 'CRM_Core_DAO_Tag', 'FKApiName' => 'Tag',