-
Bug
-
Resolution: Fixed
-
Minor
-
3.9
-
MOODLE_39_STABLE
-
MOODLE_39_STABLE
-
-
1
-
Activity Sprint 11
We now pull this from the data attribute in the link, but this isn't updated when we move a section. We used to use the value of X in id="section-X" on the section wrapper, which was being updated on drop as part of the course format drag and drop code.
To see the problem:
1. Pull in fix from MDL-68231 first. This fixes the section drag and drop
2. Create 4 sections in a course - topics format is fine.
3. Drag section 4 onto section 3
4. Now, using section 3 add an activity
Expected: the activity is created in section 3
Actual: It's created in section 4.