@smartbit4all/ng-client 3.3.199 → 3.3.200

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.
@@ -4807,6 +4807,9 @@ class UiActionDescriptorService {
4807
4807
  this.mergeActionDialogDescriptorIntoClient(server.confirmDialog, client.confirmDialog);
4808
4808
  client.confirmDialog = server.confirmDialog;
4809
4809
  }
4810
+ if (server.feedbackType) {
4811
+ client.feedbackType = server.feedbackType;
4812
+ }
4810
4813
  }
4811
4814
  // TODO use prop name to handle all dialogs
4812
4815
  // private mergeActionDescriptorDialog(
@@ -6763,7 +6766,6 @@ class Table {
6763
6766
  this.myTableChild.renderRows();
6764
6767
  }
6765
6768
  handleOnRowDoubleClick(event, element) {
6766
- console.log(element);
6767
6769
  if (this.smartTable.defaultActions && this.smartTable.defaultActions.length > 0) {
6768
6770
  this.openDefaultActionsMenu(event, element);
6769
6771
  }