fix drag between sprints
parent
821a9f28d9
commit
3de2673261
|
@ -93,7 +93,10 @@ BacklogSortableDirective = ($repo, $rs, $rootscope, $tgConfirm, $translate) ->
|
||||||
parent = $(item).parent()
|
parent = $(item).parent()
|
||||||
isBacklog = parent.hasClass('backlog-table-body') || parent.hasClass('empty-backlog')
|
isBacklog = parent.hasClass('backlog-table-body') || parent.hasClass('empty-backlog')
|
||||||
|
|
||||||
|
if initIsBacklog || isBacklog
|
||||||
sameContainer = (initIsBacklog == isBacklog)
|
sameContainer = (initIsBacklog == isBacklog)
|
||||||
|
else
|
||||||
|
sameContainer = $(item).scope().sprint.id == parent.scope().sprint.id
|
||||||
|
|
||||||
dragMultipleItems = window.dragMultiple.stop()
|
dragMultipleItems = window.dragMultiple.stop()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue