feat(produser): added in prodSupervisor to the list
This commit is contained in:
@@ -15,6 +15,17 @@ const newProdRoles: any = [
|
||||
roles: ["Manufacturing\\IssueMaterial\\MaterialHandler"],
|
||||
rolesLegacy: [3],
|
||||
},
|
||||
{
|
||||
name: "prodsupervisor",
|
||||
description:
|
||||
"Production supervisor, planning, labeling, and production contorlling.",
|
||||
roles: [
|
||||
"Manufacturing\\IssueMaterial\\MaterialHandler",
|
||||
"Manufacturing\\IssueMaterial\\ProcessAdmin",
|
||||
"Manufacturing\\ProductionLabelling\\ProcessAdmin",
|
||||
],
|
||||
rolesLegacy: [3, 11, 41, 48, 49],
|
||||
},
|
||||
];
|
||||
export const prodRoles = async () => {
|
||||
// get the roles
|
||||
|
||||
Reference in New Issue
Block a user