You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating or editing a contact record with multiple email addresses, the system currently allows the user to select multiple email addresses as the primary address - but then receives an error indicating that a contact can only have one primary email address. By changing from a checkbox to a radio selector, this situation and resulting error message is avoided.
Expected Behavior
Editing a contact record with multiple email addresses should use the radio selector rather than a checkbox to indicate which is the primary contact record.
Actual Behavior
Multiple email addresses are allowed to be selected as the primary address but when the record is saved an error message is displayed indicating that only one email address can be made the primary address.
Possible Fix
Change current checkbox control to radio group control
Steps to Reproduce
Edit contact record with multiple email addresses
Select multiple addresses as primary
Save contact record
Context
This is a usability issue. I would imagine it should be a medium priority if it is a simple code fix.
Your Environment
SuiteCRM Version used: v8
Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Any/all
Environment name and version (e.g. MySQL, PHP 7): MYSQL 8, PHP 7.4
Operating System and version (e.g Ubuntu 16.04): Ubuntu 20.04
The text was updated successfully, but these errors were encountered:
johnM2401
added
the
Type:Suggestion
Issue containing a suggestion of functionality, process or UI. Associated PRs are called enhancement
label
Nov 25, 2021
Issue
When creating or editing a contact record with multiple email addresses, the system currently allows the user to select multiple email addresses as the primary address - but then receives an error indicating that a contact can only have one primary email address. By changing from a checkbox to a radio selector, this situation and resulting error message is avoided.
Expected Behavior
Editing a contact record with multiple email addresses should use the radio selector rather than a checkbox to indicate which is the primary contact record.
Actual Behavior
Multiple email addresses are allowed to be selected as the primary address but when the record is saved an error message is displayed indicating that only one email address can be made the primary address.
Possible Fix
Change current checkbox control to radio group control
Steps to Reproduce
Context
This is a usability issue. I would imagine it should be a medium priority if it is a simple code fix.
Your Environment
The text was updated successfully, but these errors were encountered: