-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.2, 4.2.5, 4.3.2
-
MOODLE_39_STABLE, MOODLE_402_STABLE, MOODLE_403_STABLE
-
MOODLE_402_STABLE, MOODLE_403_STABLE
-
MDL-70058-403 -
Custom fields of type textarea are not updated when calling course update core webservice without a warning. They are just ignored.
Looking into the code, textarea data_controller looks for {customfieldshortname}_editor param to be an array with text and format keys, but webservice allows only external value of PARAM_ALPHANUMEXT type.
I'm not sure if the bug belongs to core webservice or to customfield handler, but as textarea is kind of special type (ie. wants _editor appended to shortname) I think it should care of being able to update through webservice.
- will be (partly) resolved by
-
MDL-67186 Add custom fields to groups and groupings
- Closed