refactoring
This commit is contained in:
parent
609ba690f5
commit
6888f9ed5b
@ -180,7 +180,7 @@ export class CalculatedFieldArgumentsTableComponent implements ControlValueAcces
|
||||
ctx,
|
||||
{},
|
||||
{}, {}, true);
|
||||
this.popoverComponent.tbComponentRef.instance.argumentsDataApplied.subscribe((value ) => {
|
||||
this.popoverComponent.tbComponentRef.instance.argumentsDataApplied.subscribe(value=> {
|
||||
this.popoverComponent.hide();
|
||||
if (isExists) {
|
||||
this.argumentsFormArray.at(index).setValue(value);
|
||||
|
||||
@ -140,7 +140,7 @@ export class CalculatedFieldArgumentPanelComponent implements OnInit, AfterViewI
|
||||
}
|
||||
|
||||
ngAfterViewInit(): void {
|
||||
if (this.argument.refEntityId.id === NULL_UUID) {
|
||||
if (this.argument.refEntityId?.id === NULL_UUID) {
|
||||
this.entityAutocomplete.selectEntityFormGroup.get('entity').markAsTouched();
|
||||
}
|
||||
}
|
||||
|
||||
@ -1000,8 +1000,8 @@
|
||||
"calculated-field": "calculated field",
|
||||
"hint": {
|
||||
"main-limited": "No more than {{msg}} {{entity}} debug messages per {{time}} will be recorded.",
|
||||
"on-failure": "Log all debug messages.",
|
||||
"all-messages": "Log error messages only. "
|
||||
"on-failure": "Log error messages only.",
|
||||
"all-messages": "Log all debug messages."
|
||||
}
|
||||
},
|
||||
"calculated-fields": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user