acl -> acl_id

This commit is contained in:
brantje 2016-10-04 19:04:15 +02:00
parent 53821e83b8
commit d379abab18
No known key found for this signature in database
GPG key ID: 5FF1D117F918687F

View file

@ -199,7 +199,7 @@ angular.module('passmanApp')
user: data[0].user_id
});
user.vaults = result;
if(!user.hasOwnProperty('acl')) {
if(!user.hasOwnProperty('acl_id')) {
$scope.uploadChanges(user);
}
$scope.$digest();