summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_work_item_links.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/issues/_work_item_links.html.haml')
-rw-r--r--app/views/projects/issues/_work_item_links.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_work_item_links.html.haml b/app/views/projects/issues/_work_item_links.html.haml
index 5d478784350..df2ffdd30ee 100644
--- a/app/views/projects/issues/_work_item_links.html.haml
+++ b/app/views/projects/issues/_work_item_links.html.haml
@@ -1,2 +1,2 @@
- if Feature.enabled?(:work_items_hierarchy, @project)
- .js-work-item-links-root{ data: { issuable_id: @issue.id, project_path: @project.full_path } }
+ .js-work-item-links-root{ data: { issuable_id: @issue.id, project_path: @project.full_path, wi: work_items_index_data(@project) } }