summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_form.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-12-11 11:34:56 +0000
committerPhil Hughes <me@iamphill.com>2018-12-13 09:43:36 +0000
commit2bb468d6b91e164eb8144877015961fe40b2709f (patch)
tree3b1a9d23a83e7467b4dc8b95b8a69bad4b98c564 /app/views/shared/issuable/_form.html.haml
parent0a6c217c743928378545c2477c0039ecae0005af (diff)
downloadgitlab-ce-2bb468d6b91e164eb8144877015961fe40b2709f.tar.gz
Remove issue_suggestions feature flag
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55166
Diffstat (limited to 'app/views/shared/issuable/_form.html.haml')
-rw-r--r--app/views/shared/issuable/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_form.html.haml b/app/views/shared/issuable/_form.html.haml
index 1618655182c..81624fb1609 100644
--- a/app/views/shared/issuable/_form.html.haml
+++ b/app/views/shared/issuable/_form.html.haml
@@ -17,7 +17,7 @@
= render 'shared/issuable/form/template_selector', issuable: issuable
= render 'shared/issuable/form/title', issuable: issuable, form: form, has_wip_commits: commits && commits.detect(&:work_in_progress?)
-- if Feature.enabled?(:issue_suggestions) && Feature.enabled?(:graphql)
+- if Feature.enabled?(:graphql, default_enabled: true)
#js-suggestions{ data: { project_path: @project.full_path } }
= render 'shared/form_elements/description', model: issuable, form: form, project: project