mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5159] fix visibility condition for label radio box (#5974)
* fix visibility condition for label radio box * fix lint
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user