Fix #790: Show a confirm message when the role of a membership is updated
parent
ea53e08a21
commit
97c24881ed
|
@ -351,7 +351,8 @@ MembershipsRowRoleSelectorDirective = ($log, $repo, $confirm) ->
|
|||
html = render(member)
|
||||
|
||||
$el.on "click", "select", (event) =>
|
||||
onSuccess = null
|
||||
onSuccess = ->
|
||||
$confirm.notify("success")
|
||||
|
||||
onError = ->
|
||||
$confirm.notify("error")
|
||||
|
|
Loading…
Reference in New Issue