Skip to content

Commit

Permalink
Merge pull request #12726 from kainuk/issue-361
Browse files Browse the repository at this point in the history
Corrected tag_id parameter description to refer cases
  • Loading branch information
colemanw authored Aug 25, 2018
2 parents 42f6c4e + cde84d6 commit 86956fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v3/Case.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 86956fa

Please sign in to comment.