Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SuiteCRM Email Address Management Critical Issue #10604

Open
salman-tariq1 opened this issue Jan 2, 2025 · 0 comments
Open

SuiteCRM Email Address Management Critical Issue #10604

salman-tariq1 opened this issue Jan 2, 2025 · 0 comments
Labels
Area: Emails Issues & PRs related to all things regarding emails & email module Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Severity: Moderate Key function failed, but no or little impact Type: Bug Bugs within the core SuiteCRM codebase

Comments

@salman-tariq1
Copy link

Issue

We have identified a critical issue with email address management in SuiteCRM version 7.14.6.
Issue Description:
The problem involves inconsistencies in email address handling for users and user groups, including duplication, unintended updates, and deletions.

Possible Fix

No response

Steps to Reproduce the Issue

Example Case:
1. Add a user with an email address, e.g., [email protected].
2. Add the same email address ([email protected]) to a user group.
3. Update the user group email to a new address, e.g., [email protected], and save.
4. Navigate to the user profile. You will notice that the user’s email has also been updated to [email protected], even though it should remain unchanged.

Database Findings:
1. A new entry is created in the email_address table with the updated email ([email protected]) and a relationship with the user group.
2. The relationship with the old email is marked as deleted for the user group.
3. However, the old email in the email_address table is also updated to [email protected]. Due to its relationship with the user, the user profile also displays the updated email.

Additional Case:
1. Add 5–6 emails to a user group.
2. Remove one email (e.g., the second or third email) and save.
3. Upon editing the group again, you will see:
      Duplicate entries for the last two emails.
      The email following the deleted one is removed and replaced with a duplicate entry.

Context

No response

Version

7.14.6

What browser are you currently using?

Chrome

Browser Version

Chrome Version 127.0.6533.88 (Official Build) (64-bit)

Environment Information

MySQL 5.7, PHP 8.1

Operating System and Version

Ubuntu 20.04.2 LTS

@salman-tariq1 salman-tariq1 added the Type: Bug Bugs within the core SuiteCRM codebase label Jan 2, 2025
@johnM2401 johnM2401 added Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Area: Emails Issues & PRs related to all things regarding emails & email module Severity: Moderate Key function failed, but no or little impact labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Emails Issues & PRs related to all things regarding emails & email module Priority:Important Issues & PRs that are important; broken functions, errors - there are workarounds Severity: Moderate Key function failed, but no or little impact Type: Bug Bugs within the core SuiteCRM codebase
Projects
None yet
Development

No branches or pull requests

2 participants