mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-46191 gradereport_history: Missing filename when downloading data
This commit is contained in:
parent
7c9e983b52
commit
a2bf889706
@ -103,8 +103,8 @@ class tablelog extends \table_sql implements \renderable {
|
||||
// Define configs.
|
||||
$this->define_table_configs($url);
|
||||
|
||||
// Set download satus.
|
||||
$this->is_downloading($download);
|
||||
// Set download status.
|
||||
$this->is_downloading($download, get_string('exportfilename', 'gradereport_history'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -32,6 +32,7 @@ $string['deleteditemid'] = 'Delete item with id {$a}';
|
||||
$string['errajaxsearch'] = 'Error when searching users';
|
||||
$string['eventgradereportviewed'] = 'Grade history report viewed';
|
||||
$string['excluded'] = 'Excluded from calculations';
|
||||
$string['exportfilename'] = 'grade_history';
|
||||
$string['foundoneuser'] = '1 user found';
|
||||
$string['foundnusers'] = '{$a} users found';
|
||||
$string['feedbacktext'] = 'Feedback text';
|
||||
|
Loading…
x
Reference in New Issue
Block a user