disable dragging from doom-line

stable
Juanfran 2015-01-27 14:25:40 +01:00
parent df26f40ca1
commit 8b31c9ff8f
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ BacklogSortableDirective = ($repo, $rs, $rootscope, $tgConfirm) ->
$tgConfirm.notify("error", "You can't drop on backlog when filters are open") #TODO: i18n
$el.sortable({
items: ".us-item-row",
connectWith: ".sprint"
containment: ".wrapper"
dropOnEmpty: true