mirror of
https://github.com/nextcloud/passman.git
synced 2025-12-17 13:41:44 +08:00
acl -> acl_id
This commit is contained in:
parent
53821e83b8
commit
d379abab18
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ angular.module('passmanApp')
|
||||||
user: data[0].user_id
|
user: data[0].user_id
|
||||||
});
|
});
|
||||||
user.vaults = result;
|
user.vaults = result;
|
||||||
if(!user.hasOwnProperty('acl')) {
|
if(!user.hasOwnProperty('acl_id')) {
|
||||||
$scope.uploadChanges(user);
|
$scope.uploadChanges(user);
|
||||||
}
|
}
|
||||||
$scope.$digest();
|
$scope.$digest();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue