Details
-
Type: Bug
-
Status: Won't Do
-
Priority: Trivial
-
Resolution: Won't Do
-
Affects Version/s: 4.7.27
-
Fix Version/s: None
-
Component/s: CiviMember
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
https://www.drupal.org/node/2921336
In CiviCRM 4.7 -> when using the API to update an Existing Membership that has status=expired, nothing happens;
CiviCRM doc says:
https://docs.civicrm.org/user/en/latest/membership/renewals/
<code>If the renewal is processed when the membership status is one that has a No in the member column on Administer > CiviMember > Membership Status Rules then the Start date is changed to the current date and the End date is calculated from the new start date.
</code>
Ah... found a possibly confounding issue for one project - checking into that now; a mis-configuration in Membership Status rules produced a Membership Status can not be calculated error;
If API fails - perhaps webform civicrm module should add some Error messaging to the Drupal dblog.