mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-67947 questions: questions_in_use should ask all components
Previously it was only checking mods.
This commit is contained in:
parent
4e90332195
commit
887daf932c
3 changed files with 32 additions and 22 deletions
|
@ -1,5 +1,14 @@
|
|||
This files describes API changes for code that uses the question API.
|
||||
|
||||
=== 3.9 ==
|
||||
|
||||
For years, the ..._questions_in_use callback has been the right way for plugins to
|
||||
tell the core question system if questions are required. Previously this callback
|
||||
only worked in mods. Now it works in all plugins.
|
||||
|
||||
At the same time, if you are still relying on the legacy ..._question_list_instances
|
||||
callback for this, you will now get a debugging warning telling you to upgrade.
|
||||
|
||||
=== 3.8 ===
|
||||
|
||||
If you have customised the display of the question bank (using $CFG->questionbankcolumns)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue