Commit 5477ee76 authored by Alexandru Croitor's avatar Alexandru Croitor

Enable iteration resource change event tracking

This sets the feature flag to be enabled by default. Instead of system
notes, event records would be created in the backend.
parent 9de8e5e1
......@@ -64,7 +64,7 @@ module EE
end
def iteration_changes_tracking_enabled?
::Feature.enabled?(:track_iteration_change_events, issuable.project)
::Feature.enabled?(:track_iteration_change_events, issuable.project, default_enabled: true)
end
end
end
......
---
title: Track iteraton changes using resource events
merge_request: 40841
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment