Improve column restrictions

This commit is contained in:
Frederic Guillot
2016-09-11 18:32:47 -04:00
parent d8f6d85683
commit c84df535b6
9 changed files with 66 additions and 94 deletions

File diff suppressed because one or more lines are too long

View File

@@ -16,7 +16,7 @@ Kanboard.BoardDragAndDrop.prototype.dragAndDrop = function() {
var params = {
forcePlaceholderSize: true,
tolerance: "pointer",
connectWith: ".board-task-list",
connectWith: ".sortable-column",
placeholder: "draggable-placeholder",
items: ".draggable-item",
stop: function(event, ui) {