diff --git a/back/models/starred-module.json b/back/models/starred-module.json index c819e57b3..bf7b8f742 100644 --- a/back/models/starred-module.json +++ b/back/models/starred-module.json @@ -31,7 +31,7 @@ "model": "Module", "foreignKey": "moduleFk" } - }, + }, "acls": [ { "accessType": "READ", @@ -40,4 +40,4 @@ "permission": "ALLOW" } ] -} +} \ No newline at end of file diff --git a/db/changes/10290-invoiceIn/00-ACL.sql b/db/changes/10290-invoiceIn/00-ACL.sql index d1f940c6d..93d4c46e3 100644 --- a/db/changes/10290-invoiceIn/00-ACL.sql +++ b/db/changes/10290-invoiceIn/00-ACL.sql @@ -1,4 +1,4 @@ INSERT INTO `salix`.`ACL` (`model`, `property`, `accessType`, `permission`, `principalType`, `principalId`) VALUES - ('module', '*', '*', 'ALLOW', 'ROLE', 'employee'), - ('starredModule', '*', '*', 'ALLOW', 'ROLE', 'employee'); + ('Module', '*', '*', 'ALLOW', 'ROLE', 'employee'), + ('StarredModule', '*', '*', 'ALLOW', 'ROLE', 'employee'); diff --git a/front/salix/components/home/home.html b/front/salix/components/home/home.html index ab7efb9b0..ad07dd86c 100644 --- a/front/salix/components/home/home.html +++ b/front/salix/components/home/home.html @@ -1,7 +1,15 @@