Maintain backwards compatibility with old holding accounts in removal end points

This commit is contained in:
James Allen 2017-06-08 16:53:22 +01:00
parent 4cecbae6b6
commit 69bc6fc8e4

View file

@ -33,7 +33,7 @@ define [
$scope.removeMembers = () ->
for user in $scope.selectedUsers
do (user) ->
if user.holdingAccount
if user.holdingAccount and !user._id?
url = "/subscription/group/email/#{user.email}"
else
url = "/subscription/group/user/#{user._id}"