diff --git a/js/app/controllers/share.js b/js/app/controllers/share.js index b8f7baf3..0f291569 100644 --- a/js/app/controllers/share.js +++ b/js/app/controllers/share.js @@ -197,6 +197,7 @@ angular.module('passmanApp') }; $scope.uploadChanges = function (user) { + user.accessLevel = angular.copy(user.acl.getAccessLevel()); ShareService.shareWithUser(storedCredential, user); //@TODO Encrypt the credential once all users have the sharing keys. };