#6930 - Use ScopedToken when share Multimedia files #2094

Merged
jsegarra merged 19 commits from 6930_scopedToken_Multimedia into dev 2024-03-15 08:28:05 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 1d1d950e4b - Show all commits

View File

@ -1,4 +1,5 @@
-- Place your SQL code here -- Place your SQL code here
INSERT IGNORE INTO `salix`.`ACL`(`model`,`property`,`accessType`,`permission`, `principalType`, `principalId`) INSERT IGNORE INTO `salix`.`ACL`(`model`,`property`,`accessType`,`permission`, `principalType`, `principalId`)
VALUES(VnUser,logoutMultimedia,*,ALLOW,ROLE,employee) VALUES
('VnUser','logoutMultimedia','*','ALLOW','ROLE','employee')