-
Bug
-
Resolution: Fixed
-
Minor
-
4.5
-
MOODLE_405_STABLE
-
MOODLE_405_STABLE
-
There are a couple of things I noticed when updating my moodle lms instance today
- Where I had a number custom field that was not set it displays as "0" . This could be a problem with the fields such as price, if the price is set as "0" they should be displayed as "Free", if the price is not set, the field should not be displayed at all.
- I got a PHP warning about passing null as the third argument of str_replace
- Value such as 0.000001 (which can be a glitch in how db stores floats) is displayed as "0.00", it should not be displayed at all (when the "Display as zero" set to "" and the "Decimal places" is set to "2")
- has a non-specific relationship to
-
MDL-80858 Add numeric field type for course custom fields
-
- Closed
-