feat: refs #6822 ACL #3388

Merged
robert merged 4 commits from 6822-entryTransferFix into dev 2025-01-30 07:26:34 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit d536690197 - Show all commits

View File

@ -1,2 +1,2 @@
INSERT IGNORE INTO salix.ACL (id, model, property, accessType, permission, principalType, principalId, editorFk)
VALUES(1019, 'Entry', 'transfer', 'WRITE', 'ALLOW', 'ROLE', 'coolerBoss', 100);
INSERT IGNORE INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES('Entry', 'transfer', 'WRITE', 'ALLOW', 'ROLE', 'coolerBoss');
robert marked this conversation as resolved Outdated

no hace falta indicar ni el id ni el editor

no hace falta indicar ni el id ni el editor