diff --git a/src/applications/herald/config/valuetype/HeraldValueTypeConfig.php b/src/applications/herald/config/valuetype/HeraldValueTypeConfig.php index 59edf8cc3f..7d53ff523a 100644 --- a/src/applications/herald/config/valuetype/HeraldValueTypeConfig.php +++ b/src/applications/herald/config/valuetype/HeraldValueTypeConfig.php @@ -105,6 +105,7 @@ final class HeraldValueTypeConfig { case HeraldActionConfig::ACTION_AUDIT: return self::VALUE_PROJECT; case HeraldActionConfig::ACTION_FLAG: + return self::VALUE_FLAG_COLOR; default: throw new Exception("Unknown or invalid action '{$action}'."); }