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