Fix problem with drag and drop on kanban
parent
ead783ea56
commit
12a442de6c
|
@ -66,8 +66,8 @@ KanbanSortableDirective = ($repo, $rs, $rootscope) ->
|
|||
itemIndex = itemEl.index()
|
||||
newParentScope = parentEl.scope()
|
||||
|
||||
newStatusId = newParentScope.status.id
|
||||
oldStatusId = oldParentScope.status.id
|
||||
newStatusId = newParentScope.s.id
|
||||
oldStatusId = oldParentScope.s.id
|
||||
|
||||
if newStatusId != oldStatusId
|
||||
deleteElement(itemEl)
|
||||
|
|
Loading…
Reference in New Issue