Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
Currently these two API calls require a valid ID to be passed as a parameter. This prevents using the API to get a list of all membership types or statuses. I'm not sure why this check is in here and removing it seems to have no adverse effect. See attached patch