feat: refs #7301 add inventory-config and acl #3230

Merged
pablone merged 6 commits from 7301-itemLastEntries into dev 2024-12-12 13:12:34 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit b5d4d31abb - Show all commits

View File

@ -1,3 +1,3 @@
-- Place your SQL code here -- Place your SQL code here
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId, editorFk) INSERT IGNORE INTO salix.ACL (model, property, accessType, permission, principalType, principalId)
VALUES('InventoryConfig', '*', 'READ', 'ALLOW', 'ROLE', 'buyer', 100); VALUES('InventoryConfig', 'find', 'READ', 'ALLOW', 'ROLE', 'buyer');
pablone marked this conversation as resolved Outdated
Outdated
Review

Llevar * i mirar realment quina ruta cal. llevar la part de "editorFk"

Llevar * i mirar realment quina ruta cal. llevar la part de "editorFk"