-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
4.4.1
-
None
-
MOODLE_404_STABLE
We're seeing the following behavior with importing from courses into courses created prior to upgrading to Moodle 4.4 and the change from "Topics" to "Custom Sections". Let's say Course A has customized section names as follows:
- Section 0: "Summary of course"
- Section 1: "Readings"
- Section 2: "Assignments"
Now, let's say we're importing into Course B. Course B was created prior to upgrading the environment to Moodle 4.4. It has the following section names:
- Section 0: "General"
- Section 1: "Topic 1"
- Section 2: "Topic 2"
These are the default section names for the pre-Moodle 4.4 topics course format. They haven't been customized. When I import Course A into Course B, I expect the following section names:
- Section 0: "Summary of course"
- Section 1: "Readings"
- Section 2: "Assignments"
This is what actually happens:
- Section 0: "Summary of course"
- Section 1: "Topic 1"
- Section 2: "Topic 2"
I haven't done a thorough code review; I assume what's happening is that "Topic 1" and "Topic 2" are treated as customized section names and therefore aren't overwritten.
- is duplicated by
-
MDL-83317 Topic X section names now "New Section" for imported courses
-
- Closed
-