Page MenuHomePhabricator

Fix email for closing a blocking task
ClosedPublic

Authored by epriestley on Jul 31 2014, 12:03 AM.
Tags
None
Referenced Files
F19818327: D10088.id24258.diff
Thu, Mar 5, 7:38 PM
F19702670: D10088.diff
Wed, Feb 11, 12:40 AM
F19662133: D10088.diff
Feb 7 2026, 8:14 AM
F19622518: D10088.id24256.diff
Feb 4 2026, 2:12 PM
F19616288: D10088.diff
Feb 4 2026, 2:21 AM
F19600657: D10088.diff
Feb 3 2026, 4:00 AM
F19044594: D10088.id.diff
Nov 27 2025, 3:49 AM
F19002098: D10088.id24256.diff
Nov 21 2025, 5:00 AM
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).