Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5.4
-
Fix Version/s: 4.6
-
Component/s: CiviCRM API
-
Labels:None
-
Documentation Required?:None
Description
1)Contribution.get.api
-when using LIKE operator on Source, provides erroneous output :
.......
2)Contribution.get.api
-when using NOT IN or IN operator on Financial Type, provides erroneous output :
3)Participant.create.api
-when using IN operator on role id, provides erroneous output :
.......
"values":[{
"id":"96",
"contact_id":"158",
"event_id":"3",
"status_id":"1",
"role_id":"Array",
.....
Also replicated on civicrm demo site
Attachments
Issue Links
- supplements
-
CRM-15807 Extend and improve SyntaxConformance and other api tests to use operator other then (=, IN)
- To Backport