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

Open
pablone wants to merge 4 commits from 7301-itemLastEntries into dev
Member
No description provided.
pablone added 1 commit 2024-11-21 09:20:32 +00:00
gitea/salix/pipeline/pr-dev There was a failure building this commit Details
c63dfba7da
feat: refs #7301 add inventory-config and acl
pablone added 1 commit 2024-11-21 09:29:58 +00:00
pablone requested review from alexm 2024-11-21 09:31:06 +00:00
pablone added 1 commit 2024-11-22 05:27:07 +00:00
pablone added 1 commit 2024-11-22 05:32:33 +00:00
alexm requested changes 2024-11-22 06:24:12 +00:00
@ -0,0 +1,3 @@
-- Place your SQL code here
INSERT INTO salix.ACL (model, property, accessType, permission, principalType, principalId, editorFk)
VALUES('InventoryConfig', '*', 'READ', 'ALLOW', 'ROLE', 'buyer', 100);
Member

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

Llevar * i mirar realment quina ruta cal. llevar la part de "editorFk"
All checks were successful
gitea/salix/pipeline/pr-dev This commit looks good
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
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#3230
No description provided.