Merge remote-tracking branch 'origin/master' into nomenclature
This commit is contained in:
commit
b3886570eb
2 changed files with 1 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 5.4 KiB |
|
@ -2946,6 +2946,7 @@ function ConfirmInviteCtrl($scope, $location, UserService, ApiService, Notificat
|
||||||
|
|
||||||
ApiService.acceptOrganizationTeamInvite(null, params).then(function(resp) {
|
ApiService.acceptOrganizationTeamInvite(null, params).then(function(resp) {
|
||||||
NotificationService.update();
|
NotificationService.update();
|
||||||
|
UserService.load();
|
||||||
$location.path('/organization/' + resp.org + '/teams/' + resp.team);
|
$location.path('/organization/' + resp.org + '/teams/' + resp.team);
|
||||||
}, function(resp) {
|
}, function(resp) {
|
||||||
$scope.loading = false;
|
$scope.loading = false;
|
||||||
|
|
Reference in a new issue