compucorp / uk.co.compucorp.membershipextras

Membership Extras for CiviCRM
Other
5 stars 8 forks source link

ESESPRT-77: Show View Option For Memberships #528

Closed shahrukh-compuco closed 7 months ago

shahrukh-compuco commented 7 months ago

Overview

This pr makes 'view' option visible for memberships on contact view page.

Before

Screenshot 2024-03-05 at 3 29 30 PM

After

Screenshot 2024-03-26 at 2 29 53 PM

Technical Details

The issue was introduced in this pr where we wanted to hide 'Cancel Auto-Renewal' option for memberships linked to a recurring contribution, but if this option is not available for any membership then array_search here returns false and as a result this line unsets the first item in links array.