Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 4.1.1
-
Fix Version/s: Unscheduled
-
Component/s: CiviCRM API
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
An API 'get' on Membership returns:
- 'relationship_name' which is set to 'Child of' - this has nothing to do with the membership
- 'membership_name' with the name for the membership type. Should this attribute be named 'membership_type' instead since this is a pseudoconstant for 'membership_type_id'?
An API 'update' on Membership returns:
- 'is_override' and 'reminder_date' attributes set to "null" (the string "null", not NULL)