This commit is contained in:
2020-07-06 23:48:16 +00:00
parent 599711e5bb
commit d2c3e16c2f
6 changed files with 139 additions and 54 deletions

View File

@@ -722,7 +722,13 @@ function initNavPanel() {
}
//*** EVALUATION active trial license should always go to evaluation as home page
if (licenseState == 1) {
//as long as they are a normal User type and not a customer or subcontractor type
if (
(licenseState == 1) &
(window.$gz.store.state.userType == 1 ||
window.$gz.store.state.userType == 2 ||
window.$gz.store.state.userType == 3)
) {
addNavItem(
"Evaluate",
"fa-rocket",