You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't reproduce the bug, plus the project architecture seems to have been modified (but the two highlighted lines haven't been modified), perhaps this has been corrected?
Describe the bug
The problem data dictionary exported to the template here :
INGInious/inginious/frontend/pages/course_admin/task_edit.py
Line 63 in 6e14ae8
is a Python OrderedDict.
The Javascript JSON load method does not load the keys an an ordered dictionary anymore :
INGInious/inginious/frontend/templates/course_admin/task_edit.html
Line 170 in 6e14ae8
Therefore, the subproblems are shown in an unexpected order in the task edition interface.
INGInious installation details
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Subproblems should be displayed in the order specified in the YAML file.
The text was updated successfully, but these errors were encountered: