Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-20993

API - Extension get - Cannot filter by ID anymore

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 4.7.22
    • Fix Version/s: 4.7.25
    • Component/s: CiviCRM API
    • Labels:
    • Versioning Impact:
      Patch (backwards-compatible bug fixes)
    • Documentation Required?:
      None
    • Funding Source:
      Contributed Code
    • Verified?:
      No
    • How it works currently:
      Hide
      cv api Extension.getcount sequential=1 id=2

      {
         "is_error": 0,
          "result": 11
      }
      Show
      cv api Extension.getcount sequential=1 id=2 {    "is_error": 0,     "result": 11 }
    • How it should work:
      Hide
      cv api Extension.getcount sequential=1 id=2

      {
         "is_error": 0,
          "result": 1
      }
      Show
      cv api Extension.getcount sequential=1 id=2 {    "is_error": 0,     "result": 1 }

      Description

      CRM-19414 broke the ability to filter Extensions by ID via the API.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              tschuettler Thomas Schüttler
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: