mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Fix ordering on the HR application
This commit is contained in:
@@ -179,7 +179,7 @@ def admin_applications(request):
|
||||
|
||||
if 'o' in request.GET:
|
||||
order = request.GET['o']
|
||||
if order in ['id', 'corporation', 'character']:
|
||||
if order in ['id', 'corporation__name', 'character__name']:
|
||||
apps = apps.order_by(order)
|
||||
|
||||
if 'l' in request.GET:
|
||||
|
||||
Reference in New Issue
Block a user