mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
[7.10.X] Mail reply sends attachment from original mail ALWAYS #4242
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#4242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fcorluka on GitHub (Mar 10, 2020).
Issue
When trying to reply to mail, CRM automatically sets attachment from the original mail.
When I don't want this attachment a can click on X button and it is visually gone. But when mail is sent, the receiver gets the mail with attachment !!
Expected Behavior
If the mail does not have attachment one should not be sent from a parent.
Actual Behavior
Sends not regarding the mail.
Possible Fix
This I believe is an architectural problem with mails. A reply mail is initially DRAFT but it is not a new bean, it is the same original mail (id is the same, issue #8554).
I see that in earlier version there was a problem with delete of attachment (issue #5520), and now I can not delete one.
Steps to Reproduce
Context
I am sending mail totally wrong, in a totally wrong way with attachments I do not want!
Your Environment
@pgorod commented on GitHub (Mar 10, 2020):
@fcorluka if you can please edit your post and add a hash before the numbers of the other Issues you mention, Github will recognize it and cross-link everything, which is very useful.
Thanks for opening this issue.
@fcorluka commented on GitHub (Mar 16, 2020):
Anyone tried to test this?
@Mac-Rae commented on GitHub (Mar 17, 2020):
Hi @fcorluka,
This issue has been confirmed to exist and is replicable in the latest 7.10.x version.
Thanks 👍
@dickeytsang commented on GitHub (Mar 26, 2020):
Me, same issue on version 7.11.12; any suggestion?
@tsmgeek commented on GitHub (May 11, 2020):
https://github.com/salesagility/SuiteCRM/pull/8715
This fixes some issues with creating new messages based of a received message. It may help.
@SuiteBot commented on GitHub (Aug 26, 2021):
This issue has been mentioned on SuiteCRM. There might be relevant details there:
https://community.suitecrm.com/t/emails-with-attachments-when-replied-sends-all-attachments-even-after-removing/80519/2
@clemente-raposo commented on GitHub (Dec 6, 2021):
Hi @Mac-Rae,
I tried to reproduce this issue in the latest hotfix branch (7.12.x at the moment) and wasn't able to reproduce.
However, I noticed that when you click on on the modal that says "Email sent" you stay on the reply edit, instead of going to the list view.
@Mac-Rae could you try to reproduce, please?
These are the steps I did in order to try to reproduce:
Click reply

Remove the attachment by clicking the 'X' on the left of the attachment

Add some text to the response body

Send email

@clemente-raposo commented on GitHub (Dec 8, 2021):
Hi @tsmgeek, @fcorluka, @pgorod
I've created the following MR, to fix some issues in email message modal: https://github.com/salesagility/SuiteCRM/pull/9393
Please have a look at the description for more details
@Mac-Rae commented on GitHub (Dec 21, 2021):
Can confirm this Issue appears to hold over into 7.12.2 & 8.0.1 however the secondary issues related have been resolved with the lastest pushes.
Pressing reply on an email and removing the attachment by pressing the X on the purple token will still send an email with attachment when hitting send. We will continue to investigate this issue and update when we can 👍