-
Bug
-
Resolution: Fixed
-
Minor
-
2.2.1
-
MOODLE_22_STABLE
-
MOODLE_21_STABLE, MOODLE_22_STABLE
-
MDL-31000-master-3 -
The filepicker currently ignores the sortorder of repository plugins
When get_instances() retrieves the list of plugins it performs an ORDER BY sortorder on the search.
However, when the repository metadata is retrieved (repository/lib.php->initialise_filepicker()), the array is indexed by the repository ID. As a result, the JS in the filepicker orders results by ID rather than the order of the array.
- duplicates
-
MDL-27539 File Picker Order not correct in Chrome or IE, but is correct in Firefox
- Closed
-
MDL-24572 The File Picker should display the repository folders and files in alphebetical order.
- Closed
- has a non-specific relationship to
-
MDL-31541 Only one instance of File System Repository is available at any time
- Closed
-
MDL-35776 In Chrome, in Ajax UI, users are shown in userid order, not the desired order
- Closed
- has been marked as being related by
-
MDL-31406 File Picker is missing a Sort by feature
- Closed