Page MenuHomePhabricator

Fix email for closing a blocking task
ClosedPublic

Authored by epriestley on Jul 31 2014, 12:03 AM.
Tags
None
Referenced Files
F14004757: D10088.id24258.diff
Sun, Oct 27, 2:17 AM
F14003952: D10088.id24258.diff
Sat, Oct 26, 1:24 PM
F14003951: D10088.id24256.diff
Sat, Oct 26, 1:24 PM
F13995475: D10088.id24256.diff
Wed, Oct 23, 1:10 PM
F13989578: D10088.id.diff
Mon, Oct 21, 9:31 PM
Unknown Object (File)
Sep 4 2024, 8:40 PM
Unknown Object (File)
Sep 1 2024, 12:25 PM
Unknown Object (File)
Aug 25 2024, 12:38 PM
Subscribers

Details

Summary

Fixes T5751. Currently, we incorrectly overwrite $xactions.

Test Plan

Closed a blocking task, got an email about the correct transaction set ("closed task; added comment") instead of an overwritten transaction set ("closed blocking task").

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Fix email for closing a blocking task.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: btrahan, chad.
src/applications/maniphest/editor/ManiphestTransactionEditor.php
232

This is the transactions we're finalizing.

261

We incorrectly overwrote them here.

283

Then we returned the overwritten transactions.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Jul 31 2014, 12:09 AM
epriestley updated this revision to Diff 24258.

Closed by commit rP31343e61ceee (authored by @epriestley).