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