-
Improvement
-
Resolution: Fixed
-
Minor
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
MDL-84208-main -
-
-
-
1
-
HQ 2025 Planning I1 Moppies
Since MDL-83869 there's a generic collapsable section output component. This new output can replace many ad-hoc bootstrap collapsables in the core.
The first one to replace is the Custom activity completion form introduced in Moodle 4.3.
The goal of this issue is to modify the `course/templates/defaultactivitycompletion.mustache` to include the generic collapsables. However, to render one section expanded (for example, when the form has an error) , the `core_course_bulk_activity_completion_renderer::defaultcompletion` method must also adapted.