This commit is contained in:
2022-01-17 23:57:15 +00:00
parent bef5f29d28
commit a55e8d9000
2 changed files with 27 additions and 26 deletions

View File

@@ -1349,4 +1349,5 @@ BUILD 8.0.0-beta.0.12 CHANGES OF NOTE
- Added and updated to documentation the minimum needed for beta testing users
- Changes to authorization roles for Sales, Tech, Tech - restricted, Subcontractor and Subcontractor restricted decreasing in all cases how much they have access to in AyaNova
- Reordered the login form sample users list to be in alphabetical order to match full name changes to roles from earlier
- TODO: 1 before this release handlebars utilities add to report edit functions https://handlebarsjs.com/api-reference/utilities.html

View File

@@ -253,16 +253,6 @@ export default {
l: "CustomerRestricted",
p: "CustomerRestricted"
},
{
name: "Service manager",
l: "Service",
p: "Service"
},
{
name: "Service manager - restricted",
l: "ServiceRestricted",
p: "ServiceRestricted"
},
{
name: "Head office",
l: "HeadOffice",
@@ -278,16 +268,6 @@ export default {
l: "InventoryRestricted",
p: "InventoryRestricted"
},
{
name: "Operations",
l: "OpsAdmin",
p: "OpsAdmin"
},
{
name: "Operations - restricted",
l: "OpsAdminRestricted",
p: "OpsAdminRestricted"
},
{
name: "Sales",
l: "Sales",
@@ -298,6 +278,26 @@ export default {
l: "SalesRestricted",
p: "SalesRestricted"
},
{
name: "Service manager",
l: "Service",
p: "Service"
},
{
name: "Service manager - restricted",
l: "ServiceRestricted",
p: "ServiceRestricted"
},
{
name: "Service Technician",
l: "Tech",
p: "Tech"
},
{
name: "Service Technician - restricted",
l: "TechRestricted",
p: "TechRestricted"
},
{
name: "Subcontractor",
l: "SubContractor",
@@ -309,14 +309,14 @@ export default {
p: "SubContractorRestricted"
},
{
name: "Technician",
l: "Tech",
p: "Tech"
name: "System Operations",
l: "OpsAdmin",
p: "OpsAdmin"
},
{
name: "Technician - restricted",
l: "TechRestricted",
p: "TechRestricted"
name: "System Operations - restricted",
l: "OpsAdminRestricted",
p: "OpsAdminRestricted"
},
{
name: "Translation - Deutsch / German",