diff --git a/src/applications/herald/phid/HeraldRulePHIDType.php b/src/applications/herald/phid/HeraldRulePHIDType.php index 34c6d80c5f..a70f89b406 100644 --- a/src/applications/herald/phid/HeraldRulePHIDType.php +++ b/src/applications/herald/phid/HeraldRulePHIDType.php @@ -38,6 +38,10 @@ final class HeraldRulePHIDType extends PhabricatorPHIDType { $handle->setName($monogram); $handle->setFullName("{$monogram} {$name}"); $handle->setURI("/{$monogram}"); + + if ($rule->getIsDisabled()) { + $handle->setStatus(PhabricatorObjectHandle::STATUS_CLOSED); + } } }