Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7
-
Fix Version/s: 4.7.14
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
Should Case API work when passed an id (instead of case_id) parameter?
CiviCRM Entity calls it this way from CiviCRMEntityController->save() and passes in only an ID.
I thought this was CiviCRM API standard but Case API doesn't like it. Raised by Gemma.
Anyway easy patch to wrap it so it doesn't blow up - maybe this is or isn't The Way. IDK.