Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.2.3, 3.4
-
MOODLE_32_STABLE, MOODLE_34_STABLE
-
MOODLE_36_STABLE
-
MDL-59169-master -
Description
If you:
- turn editing on
- open a grade report for a course with groups, and select a group
- open the same grade report in another tab, and select a different group
- return to the first tab, and save changes
Save fails. While this is not necessarily a data loss issue, users who don't know exactly what is going on will lose the data they have entered.
Failure is because the page that the form submission returns to gets its list of users based on the group specified in the second tab (set via cookie rather than URL or form).
It seems to me that grade_plugin_return objects should track group id; that would enable a fix for this, and for MDL-56482 - and I suspect simplify fixes/enhancements in many other places.
Attachments
Issue Links
- will help resolve
-
MDL-56482 Grader Report Hide/Show function does not work with group filter
-
- Development in progress
-