mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
535 B
535 B
core_form (subsystem) Upgrade notes
4.5
Added
-
The
duration
form field type has been modified to validate that the supplied value is a positive value. Previously it could be any numeric value, but every usage of this field in Moodle was expecting a positive value. When a negative value was provided and accepted, subtle bugs could occur. Where a negative duration is allowed, theallownegative
attribute can be set totrue
.For more information see MDL-82687