Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Gleb SinkovskiyGleb SinkovskiyChange Log Group
FixedChange Log Message
The "m_AttachFile" tag was attaching same file twice to the e-mail.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Gleb Sinkovskiy
Gleb SinkovskiyChange Log Group
Fixed
Change Log Message
The "m_AttachFile" tag was attaching same file twice to the e-mail.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
1
Fix versions
Created January 30, 2016 at 10:59 AM
Updated December 29, 2024 at 8:54 PM
Resolved July 12, 2016 at 7:49 AM
The "kEmailSendingHelper::AddAttachment" method needs to only add new e-mail part (call the "AddPart" method), when no part with exactly same definition exists in that email already.