Fixed
Details
Details
Assignee
Albert Gasset
Albert GassetReporter
Albert Gasset
Albert GassetLabels
Peer reviewer
Pau Ferrer
Pau FerrerTester
Berta Maroto
Berta MarotoPull from Repository
Pull Main Branch
MOBILE-2693
Pull Main Diff URL
Components
Fix versions
Affects versions
Priority
Clockify
Clockify
Created 17 October 2018 at 11:12
Updated 14 January 2019 at 10:40
Resolved 14 January 2019 at 10:40
While working on https://moodle.atlassian.net/browse/MOBILE-2670#icft=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.