prevent drop in userstory in taskboard

stable
Juanfran 2016-05-23 08:31:51 +02:00
parent abe936aca1
commit f9490829af
1 changed files with 1 additions and 0 deletions

View File

@ -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')
}) })