Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.16
-
Fix Version/s: None
-
Component/s: CiviMember
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:Yes
Description
The issue is described here:
http://civicrm.stackexchange.com/questions/16601/membership-report-showing-different-status-than-membership-dashboard
To replicate:
Change the labels on built-in membership statuses to something other than the default. Run a Membership Report (Detail, Lapse, or Member Contribution) with the "Status" field selected. You'll see the built-in name, not the user-selected label.
Fixing this for new reports is literally a one-word change in three files. However, in testing, I found that this breaks saved reports, since the serialized "form_values" is storing the field as "name".
A proper fix would require an upgrade script.