feat(produser): added in the function to create a standard user based on there username
This commit is contained in:
@@ -236,6 +236,14 @@ const newSettings = [
|
||||
serviceBelowsTo: "logistics",
|
||||
roleToChange: "admin",
|
||||
},
|
||||
{
|
||||
name: "stagingReturnLocations",
|
||||
value: `30125,31523`,
|
||||
description:
|
||||
"What are the staging location IDs we will use to select from. seperated by commas",
|
||||
serviceBelowsTo: "logistics",
|
||||
roleToChange: "admin",
|
||||
},
|
||||
// temp settings can be deleted at a later date once that code is removed
|
||||
{
|
||||
name: "siloAdjMigrations",
|
||||
|
||||
@@ -172,6 +172,13 @@ const newSubModules = [
|
||||
newWindow: false,
|
||||
isActive: true,
|
||||
},
|
||||
{
|
||||
name: "Prod Perms",
|
||||
link: "/produsers",
|
||||
icon: "Users",
|
||||
newWindow: false,
|
||||
isActive: true,
|
||||
},
|
||||
{
|
||||
name: "UCD",
|
||||
link: "https://ucd.alpla.net:8443/",
|
||||
|
||||
Reference in New Issue
Block a user