Merge branch 'MDL-78323-master' of https://github.com/andrewnicols/moodle
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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]');
|
||||
|
||||
Reference in New Issue
Block a user