-
- Downloads
Allow admin to define the sort order of the field values.
Before this patch, the sort ortder of the field values (as they appear within a course's settings and, if configured, in the course list filter on block_myoverview) was hardcoded to shw older terms first and add the term-independent term at the beginning of the list. The more terms you have and the longer the list grows, the more this sorting becomes counterintuitive. This patch adds an admin settings which lets the admin control how the list of terms is presented within the course settings and (if the field is used as a course filter) within the Dashboard course overview block.
Showing
- classes/data_controller.php 17 additions, 0 deletionsclasses/data_controller.php
- classes/field_controller.php 19 additions, 0 deletionsclasses/field_controller.php
- lang/de/customfield_semester.php 4 additions, 0 deletionslang/de/customfield_semester.php
- lang/en/customfield_semester.php 4 additions, 0 deletionslang/en/customfield_semester.php
- locallib.php 4 additions, 0 deletionslocallib.php
- settings.php 9 additions, 0 deletionssettings.php
- version.php 1 addition, 1 deletionversion.php
Please register or sign in to comment