Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14768395
D10976.id26359.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
712 B
Referenced Files
None
Subscribers
None
D10976.id26359.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
@@ -139,7 +139,8 @@
case self::FIELD_ASSIGNEE:
return $this->getTask()->getOwnerPHID();
case self::FIELD_CC:
- return $this->getTask()->getSubscriberPHIDs();
+ return PhabricatorSubscribersQuery::loadSubscribersForPHID(
+ $this->getTask()->getPHID());
case self::FIELD_PROJECTS:
return PhabricatorEdgeQuery::loadDestinationPHIDs(
$this->getTask()->getPHID(),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 24, 7:04 PM (3 m, 26 s)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7042708
Default Alt Text
D10976.id26359.diff (712 B)
Attached To
Mode
D10976: Maniphest - load subscribers in getApplicationTransactionsObject
Attached
Detach File
Event Timeline
Log In to Comment