Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15345107
D20943.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
534 B
Referenced Files
None
Subscribers
None
D20943.diff
View Options
diff --git a/src/applications/herald/editor/HeraldRuleEditor.php b/src/applications/herald/editor/HeraldRuleEditor.php
--- a/src/applications/herald/editor/HeraldRuleEditor.php
+++ b/src/applications/herald/editor/HeraldRuleEditor.php
@@ -30,6 +30,12 @@
return true;
}
+ public function getTransactionTypes() {
+ $types = parent::getTransactionTypes();
+ $types[] = PhabricatorTransactions::TYPE_EDGE;
+ return $types;
+ }
+
protected function getMailTo(PhabricatorLiskDAO $object) {
$phids = array();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 11, 8:32 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7513146
Default Alt Text
D20943.diff (534 B)
Attached To
Mode
D20943: Allow the Herald Rule Editor to apply generic "Edge" transactions
Attached
Detach File
Event Timeline
Log In to Comment