|
@@ -1424,7 +1424,11 @@ register(
|
|
|
)
|
|
|
|
|
|
# The flag activates whether to send group attributes messages to kafka
|
|
|
-register("issues.group_attributes.send_kafka", default=False, flags=FLAG_MODIFIABLE_BOOL)
|
|
|
+register(
|
|
|
+ "issues.group_attributes.send_kafka",
|
|
|
+ default=False,
|
|
|
+ flags=FLAG_MODIFIABLE_BOOL | FLAG_AUTOMATOR_MODIFIABLE,
|
|
|
+)
|
|
|
|
|
|
# Enables statistical detectors for a project
|
|
|
register(
|