Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.6.3
-
Component/s: Assignment
-
Testing Instructions:
-
Affected Branches:MOODLE_26_STABLE
-
Fixed Branches:MOODLE_26_STABLE, MOODLE_27_STABLE
-
Pull from Repository:
-
Pull Master Branch:master_
MDL-45715 -
Pull Master Diff URL:
Description
For an assignment that has both Marking Allocation and Marking Workflow enabled, disabling both at the same time and saving leaves Marking Allocation enabled.
Steps to reproduce:
- Create an assignment with both Marking Workflow and Marking Allocation to Yes. Save.
- Edit the assignment settings again and change both Use Marking Allocation and Use Marking Workflow (in that order) to No. Save.
- Edit the assignment settings one more time and expand the Grade section. Note that Use Marking Allocation is still Yes.
Expected: Marking Allocation and Marking Workflow should both be saved as No.
Actual: Marking Workflow is saved as No but Marking Allocation is still set to Yes.
This seems to be because the select box for Marking Allocation is disabled on the page when setting Marking Workflow to No, so the new value of the field is not passed in the form.