This commit is contained in:
2020-12-16 16:11:39 +00:00
parent 8700e2dd88
commit 618b200241
6 changed files with 1005 additions and 0 deletions

View File

@@ -344,6 +344,16 @@ function initNavPanel() {
});
}
//PROJECTS subitem
if (window.$gz.role.canOpen(window.$gz.type.Project)) {
sub.push({
title: "ProjectList",
icon: "$ayiProjectDiagram",
route: "/svc-projects",
key: key++
});
}
//CUSTOMER SERVICE REQUESTS subitem
if (window.$gz.role.canOpen(window.$gz.type.CustomerServiceRequest)) {
sub.push({