Skip to content

Commit b88f16a

Browse files
committed
fix(query-builder): Fixed conditionName not propagating on commit
1 parent ee4757b commit b88f16a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/query-builder/query-builder-tree.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ export class IgxQueryBuilderTreeComponent implements AfterViewInit, OnDestroy {
736736
if (this._editedExpression) {
737737
this._editedExpression.expression.fieldName = this.selectedField.field;
738738
this._editedExpression.expression.condition = this.selectedField.filters.condition(this.selectedCondition);
739+
this._editedExpression.expression.conditionName = this.selectedCondition;
739740
this._editedExpression.expression.searchVal = DataUtil.parseValue(this.selectedField.dataType, actualSearchValue);
740741
this._editedExpression.fieldLabel = this.selectedField.label
741742
? this.selectedField.label

0 commit comments

Comments
 (0)