-
- Downloads
[FIX] lunch: don't break lunch widget
In order to sort lunch order by date desc, the commit 9ab9da23 modified the json structure (dict to array) of serialized 'previous_order' field, without changing js code. The previous order field should respect the new order, so using OrderedDict does the job !
Please register or sign in to comment