Merge branch 'MDL-78323-master' of https://github.com/andrewnicols/moodle

This commit is contained in:
Jun Pataleta
2023-05-22 14:28:35 +08:00
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -497,7 +497,7 @@ export default class ColumnSearch extends GradebookSearchClass {
/**
* If we have any custom user profile fields, grab their system & readable names to add to our string map.
*
* @returns {[string,*][]} An array of associated string arrays ready for our map.
* @returns {array<string,*>} An array of associated string arrays ready for our map.
*/
fetchCustomFieldValues() {
const customFields = document.querySelectorAll('[data-collapse-name]');