1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-23 09:23:09 +02:00

Merge branch 'MDL-74421-master' of https://github.com/sammarshallou/moodle

This commit is contained in:
Andrew Nicols 2022-04-07 11:43:58 +08:00
commit 9de93892b7
2 changed files with 4 additions and 4 deletions
admin
classes/local/entities
tests/behat

@ -243,7 +243,7 @@ class task_log extends base {
$filters[] = (new filter(
text::class,
'name',
new lang_string('name'),
new lang_string('classname', 'tool_task'),
$this->get_entity_name(),
"{$tablealias}.classname"
))

@ -14,9 +14,9 @@ Feature: View task logs report and use its filters
And I change window size to "large"
And I navigate to "Server > Tasks > Task logs" in site administration
When I click on "Filters" "button"
And I set the following fields in the "Name" "core_reportbuilder > Filter" to these values:
| Name operator | Contains |
| Name value | <name> |
And I set the following fields in the "Class name" "core_reportbuilder > Filter" to these values:
| Class name operator | Contains |
| Class name value | <name> |
And I click on "Apply" "button" in the "[data-region='report-filters']" "css_element"
Then I should see "Filters applied"
And I should see "Filters (1)" in the "#dropdownFiltersButton" "css_element"