diff --git a/taiga/projects/api.py b/taiga/projects/api.py index dbfeb646..fedaf793 100644 --- a/taiga/projects/api.py +++ b/taiga/projects/api.py @@ -70,7 +70,8 @@ class ProjectViewSet(LikedResourceMixin, HistoryResourceMixin, ModelCrudViewSet) 'is_backlog_activated', 'is_kanban_activated') - order_by_fields = ("memberships__user_order",) + order_by_fields = ("memberships__user_order", + "total_fans") def get_queryset(self): qs = super().get_queryset()