moodle/.upgradenotes/MDL-83784-2025021310342487.yml
Conn Warwicker 2499276c65
MDL-83784 mod_quiz: Fix quiz unusable if question category missing.
Random questions set to question categories which no longer exist
was throwing an error making it impossible to use or edit the quiz
to fix it. This will now allow the user to view the questions and
edit the quiz in order to fix the problem of the missing category.
2025-02-19 09:21:43 +00:00

8 lines
313 B
YAML

issueNumber: MDL-83784
notes:
core_question:
- message: >-
Question bank Condition classes can now implement a function called
"filter_invalid_values($filterconditions)" to remove anything from the
filterconditions array which is invalid or should not be there.
type: improved