mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Merge branch 'dk/1073-admin-multi-selects' of https://github.com/cisagov/getgov into dk/1073-admin-multi-selects
This commit is contained in:
commit
2703f55270
1 changed files with 1 additions and 3 deletions
|
@ -602,9 +602,7 @@ class DomainApplicationAdmin(ListHeaderAdmin):
|
||||||
"is_policy_acknowledged",
|
"is_policy_acknowledged",
|
||||||
]
|
]
|
||||||
|
|
||||||
# For each filter_horizontal, init in admin js extendFilterHorizontalWidgets
|
filter_horizontal = ("current_websites", "alternative_domains", "other_contacts")
|
||||||
# to activate the edit/delete/view buttons
|
|
||||||
filter_horizontal = ("current_websites", "alternative_domains")
|
|
||||||
|
|
||||||
# lists in filter_horizontal are not sorted properly, sort them
|
# lists in filter_horizontal are not sorted properly, sort them
|
||||||
# by website
|
# by website
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue