Details
-
Type: Improvement
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.3.3
-
Fix Version/s: Unscheduled
-
Component/s: CiviCase
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
Description
While you can view a case via the API using just the case_id, you can't view a case via the web app unless you also pass the contact id for the client (which you may not know at the time of wanting to view the case).
Rather than having to call with:
You should be able to just call with:
https://domain.com/civicrm/contact/view/case?action=view&reset=1&id=CASE_ID&context=home
or perhaps in the longer term: