-
Improvement
-
Resolution: Fixed
-
Minor
-
3.7.1
-
-
MOODLE_37_STABLE
-
MOODLE_38_STABLE
-
Moodle App 3.8.0
Right now, in all activities we only call fillContextMenu if all the data is fetched correctly. This function is the one that displays the download and space usage options inside an activity.
In feedback we detected the following case: if the feedback uses separate groups and the student doesn't belong to any group, he can view and answer the feedback but, after answering, he'll get an error saying he doesn't belong to any group. This means the user can view the download & space usage options at first, but after answering he won't be able to see them anymore. This didn't make much sense, so we changed it so fillContextMenu is always called.
For coherence, we should do the same in all activities.