mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-67685 core_admin: use autocomplete filter in task log
This commit is contained in:
parent
f32913dc65
commit
7c3e78ca3c
3 changed files with 23 additions and 8 deletions
|
@ -60,8 +60,7 @@ $report = system_report_factory::create(task_logs::class, context_system::instan
|
|||
|
||||
if (!empty($filter)) {
|
||||
$report->set_filter_values([
|
||||
'task_log:name_operator' => \core_reportbuilder\local\filters\text::IS_EQUAL_TO,
|
||||
'task_log:name_value' => $filter,
|
||||
'task_log:name_values' => $filter,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue