mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-11 04:09:45 +00:00
perf: 优化排序
This commit is contained in:
@@ -39,7 +39,6 @@ class UserViewSet(CommonApiMixin, UserQuerysetMixin, SuggestionMixin, BulkModelV
|
||||
'suggestion': MiniUserSerializer,
|
||||
'invite': InviteSerializer,
|
||||
}
|
||||
ordering_fields = ('name',)
|
||||
ordering = ('name',)
|
||||
rbac_perms = {
|
||||
'match': 'users.match_user',
|
||||
|
Reference in New Issue
Block a user