This commit is contained in:
2021-01-16 00:28:26 +00:00
parent 85f60f2285
commit 8a72c23b14
5 changed files with 17 additions and 14 deletions

View File

@@ -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({