refs #7529 back models acls #2563

Merged
carlossa merged 19 commits from 7529-workerPIT into dev 2024-11-20 12:21:31 +00:00
Member
No description provided.
carlossa added 1 commit 2024-06-10 08:44:04 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
1a01b3e587
refs #7529 back models acls
carlossa added 1 commit 2024-09-18 05:56:23 +00:00
carlossa added 1 commit 2024-09-18 10:09:04 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
5da6c09f68
fix: refs #7529 workerPit
carlossa added 1 commit 2024-09-19 08:25:37 +00:00
carlossa added 1 commit 2024-10-03 11:03:18 +00:00
carlossa added 1 commit 2024-10-18 09:17:24 +00:00
carlossa added 1 commit 2024-10-18 12:06:47 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
903d85a243
fix: refs #7529 fix back
carlossa added 1 commit 2024-10-28 12:33:54 +00:00
carlossa added 2 commits 2024-10-29 07:03:26 +00:00
carlossa added 2 commits 2024-10-29 12:59:56 +00:00
carlossa added 1 commit 2024-11-07 11:48:14 +00:00
carlossa requested review from alexm 2024-11-07 13:47:23 +00:00
carlossa changed title from WIP: refs #7529 back models acls to refs #7529 back models acls 2024-11-07 13:47:31 +00:00
alexm requested changes 2024-11-07 14:25:31 +00:00
Dismissed
@ -0,0 +1,15 @@
-- ALTER TABLE vn.workerRelatives DROP FOREIGN KEY workerRelatives_disabilityGradeFk;
Member

Comentat?

Comentat?
carlossa marked this conversation as resolved
@ -0,0 +1,15 @@
ALTER TABLE vn.workerRelatives DROP FOREIGN KEY workerRelatives_disabilityGradeFk;
ALTER TABLE vn.workerRelatives DROP FOREIGN KEY workerRelatives_workerFk;
-- RENAME TABLE `vn`.`workerRelatives` TO `vn`.`workerRelative`;
Member

Comentat?

Comentat?
carlossa marked this conversation as resolved
carlossa added 1 commit 2024-11-08 10:56:28 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
fa108e2af0
fix: refs #7529 fix sql
carlossa added 1 commit 2024-11-08 11:17:50 +00:00
gitea/salix/pipeline/pr-dev This commit looks good Details
73efb8f1a8
Merge branch 'dev' into 7529-workerPIT
carlossa requested review from alexm 2024-11-08 11:23:03 +00:00
alexm requested changes 2024-11-08 11:32:29 +00:00
Dismissed
@ -0,0 +3,4 @@
INSERT INTO salix.ACL (model,property,accessType,permission,principalType,principalId)
VALUES
('WorkerRelative','*','*','ALLOW','ROLE','hr'),
Member

Sense "*"? @jgallego

Sense "*"? @jgallego
Owner

igual que tenga worker

igual que tenga worker
carlossa marked this conversation as resolved
carlossa added 2 commits 2024-11-18 12:57:50 +00:00
carlossa added 1 commit 2024-11-20 12:10:50 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
df249b05d3
fix: refs #7529 fix acl
carlossa added 1 commit 2024-11-20 12:14:36 +00:00
carlossa requested review from alexm 2024-11-20 12:18:13 +00:00
alexm approved these changes 2024-11-20 12:21:21 +00:00
carlossa merged commit d46683cd31 into dev 2024-11-20 12:21:31 +00:00
carlossa deleted branch 7529-workerPIT 2024-11-20 12:21:31 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 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#2563
No description provided.