Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
FixedChange Log Message
Fixed BC breaks introduced in INP-1223.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.
Time tracking
5h 2m loggedStory Points
1Fix versions
Affects versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Fixed
Change Log Message
Fixed BC breaks introduced in INP-1223.
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.
Time tracking
5h 2m logged
Story Points
1
Fix versions
Affects versions
Created July 3, 2017 at 7:35 AM
Updated December 29, 2024 at 8:50 PM
Resolved July 27, 2017 at 8:55 AM
for "kEmail::send" method:
add optional "$immediate_send" parameter back, but with "null" default value
when specified use it as-as during "\kEmailSendingHelper::Deliver" method call
restore "EmailTemplateEventHandler::OnProcessEmailQueue" method, but:
indicate, that it's deprecated now
replace it's body with new code
for "MailingListHelper::processQueue" method:
restore "$messages" parameter by make it optional
when "$messages" parameter isn't specified set it's value from "\MailingListHelper::getMessages" method
restore "\MailingListEventHandler::OnProcessEmailQueue" method, but:
indicate, that it's deprecated now
replace it's body with new code
restore "MailingListEventHandler::_ensureDefault" method, but:
indicate, that it's deprecated now
replace it's body with new code