Commit b0a4675a authored by Sean McGivern's avatar Sean McGivern

Merge branch '4114-epic-list-fix' into 'master'

Don't user issuable_sort cookie for epics collection

Closes #4114

See merge request gitlab-org/gitlab-ee!3502
parents 945fa0da 32a0ae8f
---
title: Don't user issuable_sort cookie for epics collection
merge_request:
author:
type: fixed
......@@ -77,6 +77,10 @@ class Groups::EpicsController < Groups::ApplicationController
@collection_type ||= 'Epic'
end
# we don't support custom sorting for epics and therefore don't want to use the issuable_sort cookie
def set_sort_order_from_cookie
end
def preload_for_collection
@preload_for_collection ||= [:group, :author]
end
......
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