MDL-75181 mod_bigbluebuttonbn: Fix activity completion exception
* Fix exception raised in core completion module due to the absence of completionview in get_sort_order
This commit is contained in:
@@ -138,12 +138,13 @@ class custom_completion extends activity_custom_completion {
|
||||
*/
|
||||
public function get_sort_order(): array {
|
||||
return [
|
||||
'completionview',
|
||||
'completionengagementchats',
|
||||
'completionengagementtalks',
|
||||
'completionengagementraisehand',
|
||||
'completionengagementpollvotes',
|
||||
'completionengagementemojis',
|
||||
'completionattendance',
|
||||
'completionattendance'
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user