This commit is contained in:
Huong Nguyen
2026-03-25 14:32:09 +07:00
2 changed files with 12 additions and 5 deletions
+10 -3
View File
@@ -190,9 +190,16 @@ notes:
type: removed
core_reportbuilder:
- message: >-
- The `\core_reportbuilder\local\helpers\audience::get_all_audiences_menu_types()` has been removed from `public/reportbuilder/classes/local/helpers/audience.php`.
- The `\core_reportbuilder\local\entities\base::get_default_table_aliases()` has been removed from `public/reportbuilder/classes/local/entities/base.php`.
- The `\core_reportbuilder\local\helpers\report::get_available_columns()` has been removed from `public/reportbuilder/classes/local/helpers/report.php`.
The following deprecated report helper methods have been removed:
* `audience::get_all_audiences_menu_types()`
* `report::get_available_columns()`
The stub `get_default_table_aliases()` method of the base entity class
has also been removed as it hasn't been supported for some time
type: removed
core_repository:
- message: The `\repository::get_file_size()` has been removed from `public/repository/lib.php`.
+2 -2
View File
@@ -7,7 +7,7 @@ notes:
instances which most report sources will already have:
- `add_all_from_[entity|entities]()`
* `add_all_from_[entity|entities]()`
- `add_[columns|filters|conditions]_from_entity()`
* `add_[columns|filters|conditions]_from_entity()`
type: changed