Issue #2902: Fix role selector at the new member lightbox
parent
e0366ce64f
commit
eece62792c
|
@ -57,7 +57,7 @@ CreateMembersDirective = ($rs, $rootScope, $confirm, $loading, lightboxService,
|
||||||
|
|
||||||
link = ($scope, $el, $attrs) ->
|
link = ($scope, $el, $attrs) ->
|
||||||
createFieldSet = (required = true)->
|
createFieldSet = (required = true)->
|
||||||
ctx = {roleList: $scope.roles, required: required}
|
ctx = {roleList: $scope.project.roles, required: required}
|
||||||
return $compile(template(ctx))($scope)
|
return $compile(template(ctx))($scope)
|
||||||
|
|
||||||
resetForm = ->
|
resetForm = ->
|
||||||
|
|
Loading…
Reference in New Issue