qms-angular 1.0.25 → 1.0.26

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.
@@ -4710,7 +4710,7 @@
4710
4710
  itemName: item.name,
4711
4711
  itemType: _this.itemType,
4712
4712
  parentId: item.parentId,
4713
- parentName: _this.treeData1[position].rootName,
4713
+ parentName: _this.treeData1[position].parentId ? _this.treeData1[position].subName : _this.treeData1[position].rootName,
4714
4714
  itemNumberId: _this.treeData1[position].displayId.toString()
4715
4715
  });
4716
4716
  }