Commit 60f8ee06 authored by Simon Knox's avatar Simon Knox

resolve milestone_select conflict

parent 4fd538ec
......@@ -148,7 +148,6 @@ import _ from 'underscore';
$(`[data-milestone-id="${selectedMilestone}"] > a`, $el).addClass('is-active');
},
vue: $dropdown.hasClass('js-issue-board-sidebar'),
<<<<<<< HEAD
hideRow: function(milestone) {
if ($('html').hasClass('issue-boards-page') && !$dropdown.hasClass('js-issue-board-sidebar') &&
!$dropdown.closest('.add-issues-modal').length && gl.issueBoards.BoardsStore.state.currentBoard.milestone) {
......@@ -165,14 +164,9 @@ import _ from 'underscore';
return true;
},
clicked: function(options) {
const { $el, e } = options;
let selected = options.selectedObj;
=======
clicked: function(clickEvent) {
const { $el, e } = clickEvent;
let selected = clickEvent.selectedObj;
>>>>>>> ce-com/master
var data, isIssueIndex, isMRIndex, isSelecting, page, boardsStore;
if (!selected) return;
......
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