catalyst / moodle-tool_dynamic_cohorts

Moodle dynamic cohorts admin tool
https://moodle.org/plugins/tool_dynamic_cohorts
4 stars 2 forks source link

Support Moodle 4.4 #68

Closed dmitriim closed 3 months ago

dmitriim commented 6 months ago

So far there is following errors related to a report builder.

The function get_default_table_aliases() is deprecated, please define the entity tables with get_default_tables() in tool_dynamic_cohorts\reportbuilder\local\entities\rule_entity
line 77 of /reportbuilder/classes/local/entities/base.php: call to debugging()
line 207 of /reportbuilder/classes/local/entities/base.php: call to core_reportbuilder\local\entities\base->get_default_tables()
line 49 of /admin/tool/dynamic_cohorts/classes/reportbuilder/local/systemreports/rules.php: call to core_reportbuilder\local\entities\base->get_table_alias()
line 106 of /reportbuilder/classes/local/report/base.php: call to tool_dynamic_cohorts\reportbuilder\local\systemreports\rules->initialise()
line 70 of /reportbuilder/classes/system_report.php: call to core_reportbuilder\local\report\base->__construct()
line 68 of /reportbuilder/classes/manager.php: call to core_reportbuilder\system_report->__construct()
line 56 of /reportbuilder/classes/system_report_factory.php: call to core_reportbuilder\manager::get_report_from_persistent()
line 45 of /admin/tool/dynamic_cohorts/index.php: call to core_reportbuilder\system_report_factory::create()