Order subgroups in sidebar alphabetically

This commit is contained in:
Deimos
2023-07-10 23:19:40 -06:00
parent 11370abe7d
commit a6de9d4880

View File

@@ -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()
)