mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'MDL-74497-fixup' of https://github.com/dravek/moodle
This commit is contained in:
commit
b83a64b466
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ class courses extends datasource {
|
|||
ON {$coursecattablealias}.id = {$coursetablealias}.category"));
|
||||
|
||||
// Add all columns/filters/conditions from entities to be available in custom reports.
|
||||
$this->add_all_from_entities();
|
||||
$this->add_all_from_entity($coursecatentity->get_entity_name());
|
||||
$this->add_all_from_entity($courseentity->get_entity_name());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue