Closed rokacom closed 5 years ago
We've had the same issue using the upgrade release from 7.9.x to 7.10.4
Copy modules/Leads/metadata/listviewdefs.php to custom/modules/Leads/metadata/listviewdefs.php and change 'customCode' => '{$EMAIL1_LINK}{$EMAIL1}', to 'customCode' => '{$EMAIL1_LINK}',
We saw the same behavior on leads dashlet. Applied the same fix with success.
@willow9886 on which version did you get this?
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:
Possible Fix
NA
Steps to Reproduce
Context
This is NOT a critical bug. I consider it a UI artifact. It does not affect my ability interact with leads.
Your Environment