summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_sidebar_assignees.html.haml
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-09-10 19:07:06 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-09-10 19:07:06 +0000
commit77bf8c8355a58951d63c32a691bf884b593f041f (patch)
tree4ec0e69a103c33aa3ec3180b30cef381bc75028f /app/views/shared/issuable/_sidebar_assignees.html.haml
parent230b36ecf45435f3b23f64c1d4f6aa5bf89e0dbf (diff)
downloadgitlab-ce-77bf8c8355a58951d63c32a691bf884b593f041f.tar.gz
Remove vue resource from sidebar service
Fixes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32400
Diffstat (limited to 'app/views/shared/issuable/_sidebar_assignees.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar_assignees.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar_assignees.html.haml b/app/views/shared/issuable/_sidebar_assignees.html.haml
index 1dc538826dc..dfb0e7ed297 100644
--- a/app/views/shared/issuable/_sidebar_assignees.html.haml
+++ b/app/views/shared/issuable/_sidebar_assignees.html.haml
@@ -1,7 +1,7 @@
- issuable_type = issuable_sidebar[:type]
- signed_in = !!issuable_sidebar.dig(:current_user, :id)
-#js-vue-sidebar-assignees{ data: { field: "#{issuable_type}[assignee_ids]", signed_in: signed_in } }
+#js-vue-sidebar-assignees{ data: { field: "#{issuable_type}", signed_in: signed_in } }
.title.hide-collapsed
= _('Assignee')
= icon('spinner spin')