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