summaryrefslogtreecommitdiff
path: root/app/views/projects/merge_requests/show.html.haml
diff options
context:
space:
mode:
authorOswaldo Ferreira <oswaldo@gitlab.com>2017-12-07 19:56:59 -0200
committerOswaldo Ferreira <oswaldo@gitlab.com>2017-12-15 15:31:16 -0200
commitcba40a1f551e4c1b46bfa49a709f59feb59782bd (patch)
tree85dd5352db35ba26b7dc060e3d514f43799152f1 /app/views/projects/merge_requests/show.html.haml
parent73a79f7efbd8dec42b4a344faa3df5bf1c57a315 (diff)
downloadgitlab-ce-cba40a1f551e4c1b46bfa49a709f59feb59782bd.tar.gz
Stop sending milestone and labels data over the wire for MR widgetosw-isolate-mr-widget-exposed-attributes
requests
Diffstat (limited to 'app/views/projects/merge_requests/show.html.haml')
-rw-r--r--app/views/projects/merge_requests/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/merge_requests/show.html.haml b/app/views/projects/merge_requests/show.html.haml
index abff702fd9d..8740c6895df 100644
--- a/app/views/projects/merge_requests/show.html.haml
+++ b/app/views/projects/merge_requests/show.html.haml
@@ -20,7 +20,7 @@
-# haml-lint:disable InlineJavaScript
:javascript
window.gl = window.gl || {};
- window.gl.mrWidgetData = #{serialize_issuable(@merge_request)}
+ window.gl.mrWidgetData = #{serialize_issuable(@merge_request, serializer: 'widget')}
#js-vue-mr-widget.mr-widget