-
Bug
-
Resolution: Fixed
-
Major
-
2.6.2, 2.7.2, 2.8, 2.9.5, 3.0.3, 3.3.3, 3.4
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE, MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
wip-
MDL-45068-master -
I have a CSV file as:
coursename, groupname, idnumber, lang, enrolmentkey
course1, group1, c1, bg, ccc
course1, group2, c1, bg, ccc
The idnumber should be the id number of the course. When importing group1 is created in course1 and group1 is assigned an ID of c1. Then group2 can no longer be imported since there is already a group with idnumber c1.
In the same time c1 should be the course number.
This meas one can not import more than one group in a course.