Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.7.3, 3.8
-
Fix Version/s: 3.7.4
-
Component/s: Forms Library, Forum
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_37_STABLE, MOODLE_38_STABLE
-
Fixed Branches:MOODLE_37_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:
MDL-67218-master -
Pull Master Diff URL:
Description
Given I have a forum with grading enabled
And I have grades saved for students in that forum
When I edit the settings of the forum
And I do not make any changes
When I press "Save and display"
Then grading should still be enabled
Right now it is not.
This is because of a pre-existing bug in the the modgrade form type which discards the grade setting if the activity cannot be rescaled.