BigW Consortium Gitlab

Commit 5ae4fd21 by Jacob Schatz

Merge branch 'tasklist-fix' into 'master'

Fixed issue with tasklist toggling sidebar refresh Closes #15270 See merge request !3782
parents 2c8c8983 c24640c7
$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @issue)}";
$('aside.right-sidebar').effect('highlight');
new IssuableContext();
$('aside.right-sidebar')[0].outerHTML = "#{escape_javascript(render 'shared/issuable/sidebar', issuable: @merge_request)}";
$('aside.right-sidebar').effect('highlight');
new IssuableContext();
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