@magic-xpa/angular 4.800.0-dev480.197 → 4.800.0-dev480.198

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.
@@ -2214,7 +2214,7 @@
2214
2214
  properties.setStyle(command.Operation, command.obj1);
2215
2215
  break;
2216
2216
  case gui.CommandType.SET_ATTRIBUTE:
2217
- properties = this.Records.list[guiRowId].getControlMetadata(controlId);
2217
+ properties = this.Records.list[0].getControlMetadata(controlId);
2218
2218
  properties.dataType = String.fromCharCode(command.number);
2219
2219
  break;
2220
2220
  case gui.CommandType.SET_VALUE: