Quick fix, unbreak Herald. Proper fix should not go down this path.
Auditors: btrahan, makinde
This commit is contained in:
@@ -105,6 +105,7 @@ final class HeraldValueTypeConfig {
|
|||||||
case HeraldActionConfig::ACTION_AUDIT:
|
case HeraldActionConfig::ACTION_AUDIT:
|
||||||
return self::VALUE_PROJECT;
|
return self::VALUE_PROJECT;
|
||||||
case HeraldActionConfig::ACTION_FLAG:
|
case HeraldActionConfig::ACTION_FLAG:
|
||||||
|
return self::VALUE_FLAG_COLOR;
|
||||||
default:
|
default:
|
||||||
throw new Exception("Unknown or invalid action '{$action}'.");
|
throw new Exception("Unknown or invalid action '{$action}'.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user