-
Improvement
-
Resolution: Fixed
-
Minor
-
4.3.3
-
MOODLE_403_STABLE
-
MOODLE_405_STABLE
-
- Covered by automated tests (PHPUnit)
- Create some courses
- Create a checkbox course custom field
- Create some more courses
- Check it for some courses, leave it unchecked for others
- Create a custom report on the course report source
- Add this custom field as a column, condition and filter.
- Set the condition to Yes: it will show all Yes’s
- Set the condition to No: it will show nothing.
- Remove the condition, try the same with the filter.
- Open the setting page for old courses that were created in 1.
- Check again the report with the filter/condition set to "no" for the custom field, now it will show also those courses.
- Repeat the same as above for drop down menu.
Expected result: No condition or filter should show courses where custom field is unchecked, doesn't matter if they were edited after the custom field was added or not.
Or: If the report should show the courses with the unchecked custom field if "No" is selected in the filter/condition, then every course should be there, also the ones where the settings page hasn't been edited after the custom fiel has been created.
- blocks
-
MDL-82464 Implement callback support for column "count" aggregation method
-
- Development in progress
-