fix: refs #7917 fix back
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
afb01ed021
commit
419815ff87
|
@ -1,9 +1,6 @@
|
|||
INSERT INTO account.`role` (name,description,hasLogin,created,modified)
|
||||
VALUES ('deliveryFreelancer','Repartidor autónomo',1,'2024-07-05 10:18:58.000','2024-07-05 10:18:58.000');
|
||||
|
||||
-- INSERT INTO account.roleInherit (`role`, inheritsFrom) VALUES(132, 2);
|
||||
-- CALL account.role_sync();
|
||||
|
||||
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
|
||||
VALUES
|
||||
('Route', 'getTickets', 'READ', 'ALLOW', 'ROLE', 'deliveryFreelancer'),
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
const app = require('vn-loopback/server/server');
|
||||
const models = require('vn-loopback/server/server').models;
|
||||
|
||||
fdescribe('Route filter()', () => {
|
||||
describe('Route filter()', () => {
|
||||
const today = Date.vnNew();
|
||||
today.setHours(2, 0, 0, 0);
|
||||
|
||||
|
|
Loading…
Reference in New Issue