Commit de93544b authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'rjain-epic-trees2' into 'master'

Turn auto_complete_issues on by default

See merge request gitlab-org/gitlab!20525
parents 992b8100 b61a73fd
......@@ -31,7 +31,7 @@
iid: @epic.iid,
full_path: @group.full_path,
auto_complete_epics: 'true',
auto_complete_issues: 'false',
auto_complete_issues: 'true',
user_signed_in: current_user.present? ? 'true' : 'false',
initial: issuable_initial_data(@epic).to_json } }
#roadmap.tab-pane
......
---
title: Turn auto_complete_issues on by default
merge_request: 20525
author:
type: fixed
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