mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-73916 reportbuilder: Allow to set default condition values
- Changes on datasource class to allow to set default condition values - Added default condition 'suspended' set to 'no' on users datasource
This commit is contained in:
parent
5500d143f4
commit
c6777c9cbf
4 changed files with 47 additions and 2 deletions
|
@ -11,3 +11,5 @@ Information provided here is intended especially for developers.
|
|||
* The base aggregation `format_value` method has a `$columntype` argument in order to preserve type during aggregation. When
|
||||
defining column callbacks, strict typing will now be preserved in your callback methods when the column is being aggregated
|
||||
* The method `get_joins()` in the base entity class is now public, allowing for easier joins within reports
|
||||
* New method `get_default_condition_values()` in base datasource class, to be overridden by sources that wish to
|
||||
define default values for conditions upon report creation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue