Page MenuHomePhabricator

D20943.diff
No OneTemporary

D20943.diff

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

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)

Event Timeline