disable dragging from doom-line
parent
df26f40ca1
commit
8b31c9ff8f
|
@ -54,6 +54,7 @@ BacklogSortableDirective = ($repo, $rs, $rootscope, $tgConfirm) ->
|
||||||
$tgConfirm.notify("error", "You can't drop on backlog when filters are open") #TODO: i18n
|
$tgConfirm.notify("error", "You can't drop on backlog when filters are open") #TODO: i18n
|
||||||
|
|
||||||
$el.sortable({
|
$el.sortable({
|
||||||
|
items: ".us-item-row",
|
||||||
connectWith: ".sprint"
|
connectWith: ".sprint"
|
||||||
containment: ".wrapper"
|
containment: ".wrapper"
|
||||||
dropOnEmpty: true
|
dropOnEmpty: true
|
||||||
|
|
Loading…
Reference in New Issue