-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.4, 3.10.1, 3.11, 4.0
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
MDL-70913-master -
-
Moppies Kanban
The "sortorder" field in badge_external_backpack table is not updated as expected. Steps to reproduce:
- Access to Manage backpacks
- Create a backpack with any value (you can use, for instance, http://google.cat in both URL fields).
- Check the value for the "sortorder" field in {badge_external_backpack} table.
Expected result
The sortorder is higher than the max(sortorder) field.
Current result
The sortorder is exactly the count(sortorder) field.
Besides, external backpacks in "Manage backpack" site administration page should be ordered by this sortorder field.