qms-angular 1.0.81 → 1.0.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19563,7 +19563,8 @@
|
|
19563
19563
|
itemType: typeId,
|
19564
19564
|
itemNumberId: item.itemNumberId,
|
19565
19565
|
levelType: item.levelType,
|
19566
|
-
parentId: node.rootId
|
19566
|
+
parentId: node.rootId,
|
19567
|
+
parentName: node.rootName
|
19567
19568
|
});
|
19568
19569
|
}
|
19569
19570
|
if (this.treeConfig.canHaveDupId) {
|