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, Nov 26, 4:09 AM (9 h, 36 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6785811
Default Alt Text
D20943.diff (534 B)

Event Timeline