Fix posting permissions

This commit is contained in:
brantje 2016-10-03 19:31:59 +02:00
parent d572aca165
commit 7cf807de5f
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -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.
};