NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen 2024-08-29 18:09:49 +07:00
parent 234a065909
commit 7aef6e21cb
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
9 changed files with 209 additions and 50 deletions

View file

@ -19,4 +19,3 @@
- The methods in the `question_category_object` class that are still required following this change have been split between `\qbank_managecategories\question_categories` (for the parts used within this plugin for display a list of categories) and `\core_question\category_manager` (for the parts used for generate CRUD operations on question categories, including outside of this plugin). This will allow `question_category_object` to be deprecated, and avoids other parts of the system wishing to manipulate question categories from having to violate cross-component communication rules.
For more information see [MDL-72397](https://tracker.moodle.org/browse/MDL-72397)