mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-16 06:18:34 +02:00
Order subgroups in sidebar alphabetically
This commit is contained in:
@@ -193,6 +193,7 @@ def get_group_topics( # noqa
|
||||
Group.path.descendant_of(request.context.path),
|
||||
Group.path != request.context.path,
|
||||
)
|
||||
.order_by(Group.path)
|
||||
.all()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user