Skip to content
Snippets Groups Projects
Commit 869f45b3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix assign-to-me buttton

parent 53cc9df4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -90,6 +90,6 @@
});
 
$('.assign-to-me-link').on('click', function(e){
$('#issue_assignee_id').val("#{current_user.id}").trigger("liszt:updated");
$('#issue_assignee_id').val("#{current_user.id}").trigger("chosen:updated");
e.preventDefault();
});
:plain
$(".target_branch").html("#{escape_javascript(options_for_select(@target_branches))}");
$(".target_branch").trigger("liszt:updated");
$(".target_branch").trigger("chosen:updated");
$(".mr_target_commit").html("");
$(".target_branch").trigger("change");
\ No newline at end of file
$(".target_branch").trigger("change");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment