Page MenuHomePhabricator

Use authoritative PHIDs for Herald "Task Projects" condition
ClosedPublic

Authored by epriestley on Jul 26 2014, 12:07 PM.
Tags
None
Referenced Files
F19713441: D10060.id.diff
Wed, Feb 11, 10:43 PM
F19556363: D10060.id24188.diff
Jan 30 2026, 7:24 PM
F19228917: D10060.id24188.diff
Dec 20 2025, 10:34 AM
F19073507: D10060.id.diff
Dec 1 2025, 2:26 AM
F19066671: D10060.diff
Nov 30 2025, 5:53 AM
F18844384: D10060.id24186.diff
Oct 29 2025, 4:58 AM
F18843927: D10060.id.diff
Oct 29 2025, 1:59 AM
F18840995: D10060.diff
Oct 28 2025, 5:44 AM
Subscribers

Details

Summary

Fixes T5707. After work on T5245, the $task object may not have the correct set of task PHIDs attached to it when Herald is invoked.

Instead, just fetch the authoritative set. This is simple, and Herald is not super performance sensitive (happens on a write) so hitting the DB once is fine.

Test Plan

Created a task with projects, verified the projects field contained the correct values when processed by Herald.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Use authoritative PHIDs for Herald "Task Projects" condition.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added reviewers: joshuaspence, chad, btrahan.
This revision is now accepted and ready to land.Jul 26 2014, 1:47 PM
epriestley updated this revision to Diff 24188.

Closed by commit rP0b5fcb36ae8c (authored by @epriestley).