prevent drop in userstory in taskboard
parent
abe936aca1
commit
f9490829af
|
@ -62,6 +62,7 @@ TaskboardSortableDirective = ($repo, $rs, $rootscope) ->
|
||||||
copySortSource: false,
|
copySortSource: false,
|
||||||
copy: false,
|
copy: false,
|
||||||
mirrorContainer: $el[0],
|
mirrorContainer: $el[0],
|
||||||
|
accepts: (el, target) -> return !$(target).hasClass('taskboard-userstory-box')
|
||||||
moves: (item) -> return $(item).hasClass('taskboard-task')
|
moves: (item) -> return $(item).hasClass('taskboard-task')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue