add 'items' params in the sortable empty backlog
parent
ef9e1b32cf
commit
39407acf42
|
@ -144,6 +144,7 @@ BacklogEmptySortableDirective = ($repo, $rs, $rootscope) ->
|
||||||
# If the user has not enough permissions we don't enable the sortable
|
# If the user has not enough permissions we don't enable the sortable
|
||||||
if project.my_permissions.indexOf("modify_us") > -1
|
if project.my_permissions.indexOf("modify_us") > -1
|
||||||
$el.sortable({
|
$el.sortable({
|
||||||
|
items: ".us-item-row",
|
||||||
dropOnEmpty: true
|
dropOnEmpty: true
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue