tnx-shared 5.3.190 → 5.3.192

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.
@@ -22349,7 +22349,8 @@
22349
22349
  element.controlType = exports.ControlType.dropdown;
22350
22350
  if (!element.rawColumn) {
22351
22351
  this_1.setting.fieldNeedGetRef.push(Object.assign({}, element));
22352
- tmpCol = new ColumnSchemaBase(Object.assign(Object.assign({}, element), { isRefField: true, rawColumn: element, controlType: exports.ControlType.dropdown, dataType: element.dataTypeRefField, baseService: null, field: 'str' + element.field, allowFilter: element.allowFilter, sort: false, visible: true }));
22352
+ tmpCol = new ColumnSchemaBase(Object.assign(Object.assign({}, element), { isRefField: true, rawColumn: element, controlType: exports.ControlType.dropdown, dataType: element.dataTypeRefField, baseService: null, field: 'str' + element.field, allowFilter: element.allowFilter, sort: false, visible: !(this_1.setting.groupColumn
22353
+ && element.field == this_1.setting.groupColumn.field) }));
22353
22354
  var configRefField = this_1.setting.columnSetting.details.find(function (p) { return p.columnCode == tmpCol.field; });
22354
22355
  if (configRefField && configRefField.visible != null) {
22355
22356
  tmpCol.visible = configRefField.visible;