Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15414116
D10060.id24186.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
725 B
Referenced Files
None
Subscribers
None
D10060.id24186.diff
View Options
diff --git a/src/applications/herald/adapter/HeraldManiphestTaskAdapter.php b/src/applications/herald/adapter/HeraldManiphestTaskAdapter.php
--- a/src/applications/herald/adapter/HeraldManiphestTaskAdapter.php
+++ b/src/applications/herald/adapter/HeraldManiphestTaskAdapter.php
@@ -140,7 +140,9 @@
case self::FIELD_CC:
return $this->getTask()->getCCPHIDs();
case self::FIELD_PROJECTS:
- return $this->getTask()->getProjectPHIDs();
+ return PhabricatorEdgeQuery::loadDestinationPHIDs(
+ $this->getTask()->getPHID(),
+ PhabricatorProjectObjectHasProjectEdgeType::EDGECONST);
case self::FIELD_TASK_PRIORITY:
return $this->getTask()->getPriority();
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 20 2025, 11:13 PM (4 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7529971
Default Alt Text
D10060.id24186.diff (725 B)
Attached To
Mode
D10060: Use authoritative PHIDs for Herald "Task Projects" condition
Attached
Detach File
Event Timeline
Log In to Comment