Compare commits

..

2 Commits

Author SHA1 Message Date
08109f500f ci(release): bump build number to 438 2025-07-08 17:36:31 -05:00
ab8102afbf feat(prodroles): new cto role added 2025-07-08 17:35:20 -05:00
2 changed files with 17 additions and 1 deletions

View File

@@ -36,7 +36,7 @@
}
},
"admConfig": {
"build": 437,
"build": 438,
"oldBuild": "backend-0.1.3.zip"
},
"devDependencies": {

View File

@@ -72,6 +72,22 @@ const newProdRoles: any = [
rolesLegacy: [3, 55, 145, 95, 45, 105, 65, 15, 125],
},
// regional
{
name: "ctoRegional",
description: "admin for everything except planning.",
roles: [
"Manufacturing\\IssueMaterial\\ProcessAdmin",
"MasterData\\Logistics\\ProcessAdmin",
"MasterData\\Manufacturing\\ProcessAdmin",
"Manufacturing\\IssueMaterial\\MaterialHandler",
"Manufacturing\\ProductionLabelling\\ProcessAdmin",
"DemandManagement\\Order\\ProcessAdmin",
"Logistics\\Warehousing\\ProcessAdmin",
"Quality\\Blocking\\BlockingContributor",
"Quality\\Blocking\\ProcessAdmin",
],
rolesLegacy: [65, 95, 105, 55, 135, 45, 15, 125, 3, 9, 145],
},
];
export const prodRoles = async () => {
// get the roles