CRM-15713 - CRM_Case_BAO_Case::accessCase - Split off from getCases().
authorTim Otten <totten@civicrm.org>
Wed, 17 Dec 2014 06:25:58 +0000 (22:25 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 17 Dec 2014 06:49:37 +0000 (22:49 -0800)
commit546abeb16195ee2f1e17b2dc91e45698a60bf390
tree3e1b8a5acb16befdb356db346728ca966f889d5e
parent077dbf5e9d9a9cea51bdc0ff097278be6cec8bca
CRM-15713 - CRM_Case_BAO_Case::accessCase - Split off from getCases().

This allows us to explicit control over more parameters (eg case_status_id)
and to improve performance (by focusing on the specific $caseId).
CRM/Case/BAO/Case.php
CRM/Case/Page/AJAX.php