-
Bug
-
Resolution: Fixed
-
Minor
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
MDL-83561-main -
-
-
-
2
-
HQ 2024 Sprint I4.2 Moppies
The social format is migrated to the reactive course editor (MDL-82351). However, there is a small bug in the activity move modal in this format.
Steps to reproduce:
- Create a course in custom sections format
- Add a couple of sections with some activities
- Edit the course settings and change the format to "social"
- Go to the course in edit mode
- Add the social activities block if not present
- In the social activities block, open one activity action menu and click on "Move"
- Expected: the modal should only display one "Social activities" section
- What happens: the modal shows many "Social activities" section (all sections from the custom topics).
Most probably, a format with max sections == 1 should not render the rest of sections in the modal.