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