-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.8.6, 2.9, 3.7.5, 3.8.2, 3.9
-
MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
-
1
-
4.0 holding pattern 11, 4.0 holding pattern 12
The help text string for the "Aggregation coefficient" field in the gradebook is missing, and setType() is not called.
Help contents string does not exist: [aggregationcoef_help, grades]
|
|
line 469 of /lib/outputcomponents.php: call to debugging()
|
line 2168 of /lib/outputrenderers.php: call to help_icon->diag_strings()
|
line 1895 of /lib/formslib.php: call to core_renderer->help_icon()
|
line 146 of /grade/edit/tree/outcomeitem_form.php: call to MoodleQuickForm->addHelpButton()
|
line 191 of /lib/formslib.php: call to edit_outcomeitem_form->definition()
|
line 55 of /grade/edit/tree/outcomeitem.php: call to moodleform->moodleform()
|
|
Did you remember to call setType() for 'aggregationcoef'? Defaulting to PARAM_RAW cleaning.
|
|
line 1312 of /lib/formslib.php: call to debugging()
|
line 284 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 55 of /grade/edit/tree/outcomeitem.php: call to moodleform->moodleform()
|
To reproduce:
- Navigate to the gradebook for a test course (site must also have at least one outcome setup)
- Select the "Setup -> Categories and items" report
- Click "Add category"
- Enter a name and select an aggregation of "Mean of grades (with extra credits)"
- Click "Save changes"
- Click "Add outcome item"
- Click the help icon next to "Aggregation coefficient" in the "Parent category" fieldset
- is duplicated by
-
MDL-50918 Outcome items aggregation coefficient help is missing on creation
-
- Closed
-