Workaround for task editing in board view (fixes #2949)

This commit is contained in:
Mark Szymanski 2017-01-16 20:25:03 -06:00
parent 48a1019038
commit 5af514ff7e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ Kanboard.BoardTask.prototype.listen = function() {
$(document).on("click", ".task-board-change-assignee", function(e) {
e.preventDefault();
e.stopPropagation();
self.app.get("Popover").open($(this).data('url'));
KB.modal.open($(e.target).closest(".task-board-change-assignee").data("url"), "medium", false);
});
$(document).on("click", ".task-board", function(e) {