4856-worker.time-control #1375

Merged
joan merged 32 commits from 4856-worker.time-control into dev 2023-03-16 06:39:02 +00:00
Contributor
No description provided.
vicent added the
CR / Tests passed
label 2023-03-08 11:28:00 +00:00
vicent added 24 commits 2023-03-08 11:28:01 +00:00
gitea/salix/pipeline/head This commit looks good Details
cda7a6e3fd
fix: no mostraba los numeros de la semana al inicio
gitea/salix/pipeline/head This commit looks good Details
be539a54ce
delete console.log
gitea/salix/pipeline/head There was a failure building this commit Details
05d91ed50e
feat: actualizada interfaz
gitea/salix/pipeline/head This commit looks good Details
35b47c6da2
refactor code
gitea/salix/pipeline/head This commit looks good Details
9310e92223
refactor
gitea/salix/pipeline/head There was a failure building this commit Details
7c24b940b3
feat: colorea los numeros de la semana al inicio y cada vez que canvias de mes
gitea/salix/pipeline/head There was a failure building this commit Details
a98bb59479
fix: test front
gitea/salix/pipeline/head There was a failure building this commit Details
760690a625
fix: test front
gitea/salix/pipeline/head There was a failure building this commit Details
0396d3707c
refator: creada ruta de back, en vez de hacer peticiones http anidadas en el front
gitea/salix/pipeline/head There was a failure building this commit Details
f461c75af1
feat: add front test
gitea/salix/pipeline/head There was a failure building this commit Details
79023fbfaf
feat: add backTest
gitea/salix/pipeline/head There was a failure building this commit Details
07edacd557
fix: frontTest
vicent requested review from joan 2023-03-08 11:28:13 +00:00
joan added 1 commit 2023-03-13 09:22:42 +00:00
gitea/salix/pipeline/head This commit looks good Details
6cc7017475
Merge branch 'dev' into 4856-worker.time-control
joan requested changes 2023-03-13 09:37:12 +00:00
@ -0,0 +1,3 @@
INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`)
VALUES
('Time', '*', '*', 'ALLOW', 'ROLE', 'employee');
Contributor

Esta taula crec que deuría ser de soles lectura. No crec que deguen pode modificar eixa taula.
Este ACL de sols lectura també pot anar directament al model com en altres similars, per al rol $everyone

Esta taula crec que deuría ser de soles lectura. No crec que deguen pode modificar eixa taula. Este ACL de sols lectura també pot anar directament al model com en altres similars, per al rol $everyone
vicent marked this conversation as resolved
@ -160,2 +160,4 @@
this.repaint();
this.emit('move', {$date: date});
this.getMailStates({$day: date});
Contributor

Esta funció pareix específica de la secció que estás modificant. Calendar es un component genéric i deu de ser agnóstic al funcionament de la secció WorkerTimeControl

Esta funció pareix específica de la secció que estás modificant. Calendar es un component genéric i deu de ser agnóstic al funcionament de la secció WorkerTimeControl
vicent marked this conversation as resolved
vicent added 1 commit 2023-03-14 06:42:01 +00:00
vicent added 3 commits 2023-03-14 06:45:33 +00:00
vicent requested review from joan 2023-03-14 06:55:40 +00:00
vicent added 1 commit 2023-03-14 12:44:08 +00:00
vicent added 2 commits 2023-03-16 06:38:07 +00:00
joan approved these changes 2023-03-16 06:38:52 +00:00
joan merged commit 8fda595c2e into dev 2023-03-16 06:39:02 +00:00
joan deleted branch 4856-worker.time-control 2023-03-16 06:39:02 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/salix#1375
No description provided.