From 8b31c9ff8f729ad869abf92436bbfc8e060f15b7 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 27 Jan 2015 14:25:40 +0100 Subject: [PATCH] disable dragging from doom-line --- app/coffee/modules/backlog/sortable.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/coffee/modules/backlog/sortable.coffee b/app/coffee/modules/backlog/sortable.coffee index 7554a9f9..d11ac1c1 100644 --- a/app/coffee/modules/backlog/sortable.coffee +++ b/app/coffee/modules/backlog/sortable.coffee @@ -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