@smartbit4all/ng-client 3.3.239 → 3.3.241

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.
@@ -14670,7 +14670,7 @@ class SmartFilterEditorContentComponent {
14670
14670
  'key',
14671
14671
  'label',
14672
14672
  'type',
14673
- 'value',
14673
+ // 'value', <- value will be set by componentModel.data!
14674
14674
  'showLabel',
14675
14675
  'valueList',
14676
14676
  'toolbarId',
@@ -14761,7 +14761,7 @@ class SmartFilterEditorContentComponent {
14761
14761
  }
14762
14762
  async saveFilter() {
14763
14763
  this.extractFilterFieldFromFormModel();
14764
- this.service.performUiActionRequest({
14764
+ await this.service.performUiActionRequest({
14765
14765
  code: FilterExpressionBuilderApiActions.SAVE_EXPRESSION_FIELD_LIST,
14766
14766
  params: {
14767
14767
  model: this.service.model,