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