Browse Source

UI: Fixed cf argument panel

pull/14276/head
Vladyslav_Prykhodko 9 months ago
parent
commit
935f35bf04
  1. 2
      ui-ngx/src/app/modules/home/components/calculated-fields/components/calculated-field-arguments/calculated-field-argument-panel.component.ts

2
ui-ngx/src/app/modules/home/components/calculated-fields/components/calculated-field-arguments/calculated-field-argument-panel.component.ts

@ -223,7 +223,7 @@ export class CalculatedFieldArgumentPanelComponent implements OnInit, AfterViewI
}
if (!onInit) {
this.argumentFormGroup.get('refEntityKey').get('key').setValue('');
} else {
} else if (this.predefinedEntityFilter) {
entityFilter = this.predefinedEntityFilter;
}
this.entityFilter = entityFilter;

Loading…
Cancel
Save