fix: refs #7917 fix back
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2024-12-23 11:59:40 +01:00
parent afb01ed021
commit 419815ff87
2 changed files with 1 additions and 4 deletions

View File

@ -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'),

View File

@ -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);