This commit is contained in:
@@ -374,6 +374,16 @@ function initNavPanel() {
|
||||
});
|
||||
}
|
||||
|
||||
//PART ASSEMBLIES
|
||||
if (window.$gz.role.canOpen(window.$gz.type.PartAssembly)) {
|
||||
sub.push({
|
||||
title: "PartAssemblyList",
|
||||
icon: "$ayiObjectGroup",
|
||||
route: "/inv-part-assemblies",
|
||||
key: key++
|
||||
});
|
||||
}
|
||||
|
||||
//INVENTORY
|
||||
if (window.$gz.role.canOpen(window.$gz.type.Part)) {
|
||||
sub.push({
|
||||
|
||||
Reference in New Issue
Block a user