tnx-shared 5.3.281 → 5.3.282

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.
@@ -54591,7 +54591,8 @@
54591
54591
  temp.label = item[this.controlPicker.displayField];
54592
54592
  }
54593
54593
  else {
54594
- temp.label = this._userV5Service.getFullCanBoLabel(item, true);
54594
+ var tenDonVi = item.lstTenDonVi && item.lstTenDonVi.length > 0 ? item.lstTenDonVi.split(',')[0] : '';
54595
+ temp.label = (item.maChucVu ? item.maChucVu + ". " : '') + ("" + temp.label) + (tenDonVi ? " - " + tenDonVi : '');
54595
54596
  }
54596
54597
  temp.value._dropdownvalue = this.controlPicker.valueField;
54597
54598
  return temp;