Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: 2.6
-
Component/s: Libraries
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE
-
Fixed Branches:MOODLE_26_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-40683-master -
Pull Master Diff URL:
-
Sprint:BACKEND Sprint 6
Description
When trying to upload users via a CSV file it comes up with an error saying that 'firstnamephonetic' is not a valid field name.
This is due to the fact that the alternate name fields have not been added to $STD_FIELDS in admin/tool/uploaduser/index.php on line 87.