[ADF-5159] fix visibility condition for label radio box (#5974)

* fix visibility condition for label radio box

* fix lint
This commit is contained in:
Eugenio Romano
2020-08-11 16:22:50 +01:00
committed by GitHub
parent ff8cfb1d05
commit 0a935acf23
4 changed files with 134 additions and 53 deletions

View File

@@ -227,7 +227,7 @@ export class FormFieldModel extends FormWidgetModel {
}
private getFieldNameWithLabel(name: string): string {
return name += '_LABEL';
return name + '_LABEL';
}
private getProcessVariableValue(field: any, form: FormModel): any {