-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.2
-
-
MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.0
While working on MOBILE-2670 I've found some bugs in the database addon. I've collected all of them on this issue because they are small and I've fixed them at once.
- In checkbox and multimenu fields, selected options are not saved except the last one of the list (if it's selected).
- Fields cannot be set to an empty value when updating entries (previous value are preserved).
- When updating a picture field, the old image is kept (you need to delete the image, save the entry, edit the entry again and upload the new image).
- The image of a picture field is displayed broken after updating it.
- A required textarea field can be saved with no content using the rich text editor.
- URL fields are displayed with the name of the field instead of the URL.
- Number fields are always detected as changed, so leaving the form always asks for confirmation even when no change was made.