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:

      https://domain.com/civicrm/contact/view/case?action=view&reset=1&id=CASE_ID&cid=CONTACT_ID&context=home

      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:

      https://domain.com/civicrm/case/view/CASE_ID

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              andrew Andrew Perry
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: