commit
dcb96555f3
|
@ -37,6 +37,10 @@ module = angular.module("taigaKanban")
|
|||
|
||||
KanbanSortableDirective = ($repo, $rs, $rootscope) ->
|
||||
link = ($scope, $el, $attrs) ->
|
||||
bindOnce $scope, "project", (project) ->
|
||||
if not (project.my_permissions.indexOf("modify_us") > -1)
|
||||
return
|
||||
|
||||
oldParentScope = null
|
||||
newParentScope = null
|
||||
itemEl = null
|
||||
|
|
Loading…
Reference in New Issue