Categories list in main forum dropdown is not ordered
Forum url: https://python-forum.pl/
hey can you assign it to me. I would like to work on this issue
@Aryan-x677 good luck. Let me know here or on Misago discord if you'll need my help with anything.
hey @rafalp can you explain this issue in brief ? like i was thinking of just implementing sorting the list by alphabets. I think that would solve the issue
Categories in the main menu dropdown should be ordered by their lft attribute, ascending. AFAIR there's a context_processor that puts those categories in context, so that sorting should go there.
hey @rafalp i have implemented my solution . i had to add two soring operations
Please open a PR so I can see it ;)
@rafalp hey i have opened the PR. let me know if there's something wrong