Page MenuHomePhabricator

Fix email for closing a blocking task
ClosedPublic

Authored by epriestley on Jul 31 2014, 12:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 10, 12:34 PM
Unknown Object (File)
Sat, Apr 6, 9:40 AM
Unknown Object (File)
Mar 18 2024, 7:22 PM
Unknown Object (File)
Feb 2 2024, 10:01 PM
Unknown Object (File)
Jan 19 2024, 4:55 PM
Unknown Object (File)
Jan 15 2024, 8:08 PM
Unknown Object (File)
Jan 12 2024, 10:03 PM
Unknown Object (File)
Jan 12 2024, 10:03 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).