salesagility / SuiteCRM

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
4.53k stars 2.1k forks source link

Lead Detail View is showing Email address twice #5767

Closed rokacom closed 5 years ago

rokacom commented 6 years ago

The Detail view of Leads shows the email fields twice back to back.

Issue

When viewing details view of leads with email as a column, the email field shows the same email address back to back. Once as a Link and the second time as just text. Screenshot below.

Expected Behavior

The Detail view should only show the email address (as a link is fine).

Actual Behavior

Displays both emails as shown below: screen shot 2018-04-21 at 1 29 38 pm

Possible Fix

NA

Steps to Reproduce

  1. Create Lead with an Email address
  2. Click on "Leads" in sales menu item to show detail view of leads
  3. Add Email as a column if it is not there already.

Context

This is NOT a critical bug. I consider it a UI artifact. It does not affect my ability interact with leads.

Your Environment

techurbanist commented 6 years ago

We've had the same issue using the upgrade release from 7.9.x to 7.10.4

topesantos commented 6 years ago

Copy modules/Leads/metadata/listviewdefs.php to custom/modules/Leads/metadata/listviewdefs.php and change 'customCode' => '{$EMAIL1_LINK}{$EMAIL1}', to 'customCode' => '{$EMAIL1_LINK}',

willow9886 commented 4 years ago

We saw the same behavior on leads dashlet. Applied the same fix with success.

pgorod commented 4 years ago

@willow9886 on which version did you get this?