Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.7.2
-
None
-
MOODLE_27_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
Description
The separator setting of the radiobutton field is stored in param3 but it is only the mode and for rendering purposes we need to retrieve the separator info. This is done in the selectmulti field by a method get_separator(), but such a method is missing from the radiobutton field. A simple solution is thus adding a method dataformfield_radiobutton_radiobutton::get_separator().