mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-39992 assign: Sort grading actions in alphabetical order
This commit is contained in:
parent
ee788142f2
commit
0d416e9c0b
@ -2925,6 +2925,9 @@ class assign {
|
||||
}
|
||||
}
|
||||
|
||||
// Sort links alphabetically based on the link description.
|
||||
core_collator::asort($links);
|
||||
|
||||
$gradingactions = new url_select($links);
|
||||
$gradingactions->set_label(get_string('choosegradingaction', 'assign'));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user