mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#747 fix readonly mode for rest radio buttons
This commit is contained in:
@@ -79,7 +79,11 @@ export class DisplayValueWidget extends WidgetComponent implements OnInit {
|
|||||||
this.loadRestFieldValue();
|
this.loadRestFieldValue();
|
||||||
break;
|
break;
|
||||||
case FormFieldTypes.RADIO_BUTTONS:
|
case FormFieldTypes.RADIO_BUTTONS:
|
||||||
|
if (this.field.restUrl) {
|
||||||
|
this.loadRestFieldValue();
|
||||||
|
} else {
|
||||||
this.loadRadioButtonValue();
|
this.loadRadioButtonValue();
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
this.value = this.field.value;
|
this.value = this.field.value;
|
||||||
|
Reference in New Issue
Block a user