Merge branch 'MDL-85378-master' of https://github.com/danghieu1407/moodle into main

This commit is contained in:
Paul Holden
2025-09-03 11:52:24 +02:00
2 changed files with 3 additions and 1 deletions
@@ -66,7 +66,7 @@ class recipients extends system_report {
$this->set_default_no_results_notice(new lang_string('nomatchingawards', 'core_badges'));
// Set if report can be downloaded.
$this->set_downloadable(false);
$this->set_downloadable(true);
}
/**
@@ -122,3 +122,5 @@ Feature: Award badges based on activity completion
And I select "Recipients (1)" from the "jump" singleselect
And I should see "Student 1"
And I should not see "Student 2"
And I should see "Download table data as"
And "Download" "button" should exist