Commit 6d8d03b3 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'simplify-api-fabrication-of-epic' into 'master'

Simplify API fabrication of epics

See merge request gitlab-org/gitlab!18297
parents 07322e7e c0761d07
......@@ -39,12 +39,6 @@ module QA
end
end
def resource_web_url(resource)
super
rescue ResourceURLMissingError
"#{group.web_url}/-/epics/#{iid}"
end
def api_get_path
"/groups/#{group.id}/epics/#{id}"
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