-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-80248-main -
-
HQ 2023 Sprint I4.3 Moppies
In MDL-79986 a new page, course/section.php, has been created, to display the content of a single section.
The current implementation always displays all the sections when the General section is viewed (because for General, section_number=0 and the method core_courseformat\base:get_section_number() returns 0 for all sections, so there is no way to distinguish between the General section and all sections). This method should probably be nullable, to make it easier to differentiate this scenario or a new method, get_section_id, should be added to start using the sectioned instead of section number.
Method deprecation
This issue will involve deprecating several methods. The details can be found at the Course hierarchy deprecation plan documented here:
- blocks
-
MDL-80249 In the course/section.php, hide secondary navigation and add breadcrumb
- Closed
- has a non-specific relationship to
-
MDL-80116 Final deprecation of course editing functions deprecated in Moodle 4.4 from the course hierarchy project
- Open
- is blocked by
-
MDL-72656 Deprecate old course renderer methods
- Closed
-
MDL-79986 Create a new course section page
- Closed
- Testing discovered
-
MDL-80418 Homogenize Adding / Updating activity titles, regardless the section where it belongs
- Closed
-
MDL-80683 Course templates /content/section/content.mustache has an extra </div> tag
- Closed
- will help resolve
-
MDL-78063 course/view.php does not support sectionid instead of section
- Peer review in progress
-
MDL-80001 Find all the places were section number is misused as a section id
- Closed
- mentioned in
-
Page Loading...