This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user