Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.4
-
Component/s: Database activity module
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
The import facility requires that the header names match exactly the database field names. If they don't it just breaks. No attempt is made to check their validity. Rough!!
Added check that the fields supplied in the CSV file match the ones in the database.