Workaround for task editing in board view (fixes #2949)
This commit is contained in:
parent
48a1019038
commit
5af514ff7e
File diff suppressed because one or more lines are too long
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue