Skip to content

Really remove all duplicates from the statistics

Tom van Bussel requested to merge 496-remove-more-dups-in-stats into master

Closes #496 (closed)

Previous behavior

Steps to reproduce:

  1. Create a member with two (non-overlapping) memberships: one with type member and one with type honorary member.
  2. Go to the statistics
  3. Notice that the reported total amount of members is different from the total amount of members reported in the "Members per member type" chart.

New behavior

Steps to validate that it works:

  1. Create a member with two (non-overlapping) memberships: one with type member and one with type honorary member.
  2. Go to the statistics
  3. Notice that the reported total amount of members is equal to the total amount of members reported in the "Members per member type" chart.

Merge request reports