mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 13:36:30 +02:00
Restored sort on requested domain
This commit is contained in:
parent
7c0228f411
commit
37a73ab5d4
1 changed files with 1 additions and 0 deletions
|
@ -1844,6 +1844,7 @@ class DomainRequestAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
||||||
url,
|
url,
|
||||||
text
|
text
|
||||||
)
|
)
|
||||||
|
custom_requested_domain.admin_order_field = "requested_domain" # type: ignore
|
||||||
|
|
||||||
# ------ Converted fields ------
|
# ------ Converted fields ------
|
||||||
# These fields map to @Property methods and
|
# These fields map to @Property methods and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue