refs #4074 quitadas comillas simples
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
8d6cd54501
commit
ce6cb2ec13
|
@ -13,13 +13,13 @@ describe('Service acl', () => {
|
|||
});
|
||||
$httpBackend.whenPOST('Accounts/user/acl').respond([
|
||||
{
|
||||
'id': 1,
|
||||
'model': 'ModelExample',
|
||||
'property': '*',
|
||||
'accessType': '*',
|
||||
'permission': 'ALLOW',
|
||||
'principalType': 'ROLE',
|
||||
'principalId': 'employee'
|
||||
id: 1,
|
||||
model: 'ModelExample',
|
||||
property: '*',
|
||||
accessType: '*',
|
||||
permission: 'ALLOW',
|
||||
principalType: 'ROLE',
|
||||
principalId: 'employee'
|
||||
}
|
||||
]);
|
||||
aclService = _aclService_;
|
||||
|
|
Loading…
Reference in New Issue