Commit b61a73fd authored by Rajat Jain's avatar Rajat Jain

Turn auto_complete_issues on by default

parent fc90f4f5
......@@ -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