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