mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00

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.
8 lines
313 B
YAML
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
|