This pr makes 'view' option visible for memberships on contact view page.
Before
After
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.
Overview
This pr makes 'view' option visible for memberships on contact view page.
Before
After
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.