-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.2.4, 2.3.1, 2.4
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
This is one followup of MDL-34647, discovered in the testing phase.
Right now there are 2 ways to process enrolments information from a file:
- The flatfile enrol plugin.
- The bulk load of users from CSV file.
This issue is about comparing them and ensure that both lead to exactly the same enrolments information stored in DB.
At first sight, things like enrol->timeend is not being observed by flatfile... but potentially there are more differences. Let's annihilate them.
Ciao