mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
MDL-74421 core_admin: Task log classname filter should be clearer
Change filter title from 'Name' to 'Class name' to indicate that it only filters the classname, not the display name of the task.
This commit is contained in:
parent
b5f51883f0
commit
8c926d5cca
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user