Commit d0c74909 authored by Jan Provaznik's avatar Jan Provaznik Committed by Kamil Trzciński

Enable epic events on group activity page

parent 61be6b32
---
title: Show epic events on group activity page.
merge_request: 18869
author:
type: added
......@@ -234,7 +234,7 @@ module EE
override :supports_events?
def supports_events?
::Feature.enabled?(:group_events) && feature_available?(:epics)
feature_available?(:epics)
end
private
......
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